BitmapDataFlipped Property |
Gets a value indicating that the data is flipped (upside down)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool Flipped { get; }
Public Overridable ReadOnly Property Flipped As Boolean
Get
abstract Flipped : bool with get
override Flipped : bool with get
Property Value
Type:
BooleanRemarks
Some platforms may handle memory bitmaps in a flipped fashion, such that the top of the image
is at the bottom of the data.
If this is true, then the starting row of the data is the bottom row of the image.
See Also