Click or drag to resize

BitmapDataData Property

Gets the pointer to the data of the bitmap

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IntPtr Data { get; }

Property Value

Type: IntPtr
Remarks
This does not include any headers, etc. so it directly points to the beginning of the data. Each row may not be on a pixel boundary, so to increment to the next row, use the ScanWidth to increment the pointer to the next row.
See Also