Table of Contents

Property Scan0

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

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

IntPtr

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.