Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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