ExternalDrawable.FlipY Property
Flips the y-axis when Carmenta Engine draws a map in the ExternalDrawable.
Syntax
public System.Boolean FlipY { get; set; }
Property Value
Default: false
True if Carmenta Engine should flip the y-axis; otherwise, False.
Remarks
Some third-party GUI libraries, for example QtQuick, that an ExternalDrawable can be integrated with will flip the y-axis of an image rendered by Carmenta Engine when they compose the complete scene. This property can be used to force Carmenta Engine to render everything upside-down so the final result on screen is correct.
Platforms
Windows, Linux, Android