BitmapData.Scan0
BitmapData.Scan0 property
Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.
public IntPtr Scan0 { get; set; }
Return Value
The address of the first pixel data in the bitmap.
See Also
- class BitmapData
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing