Property Scan0
Scan0
Gets a pointer to the first logical scan line (top row) of the image, taking into account the stride direction.
public IntPtr Scan0 { get; }
Property Value
Remarks
For images with a positive Stride, this equals Buffer. For images with a negative Stride, this points to the start of the top row even though rows are laid out bottom-up in memory.
Exceptions
- ObjectDisposedException
Thrown if this instance has been disposed.