Table of Contents

Property Buffer

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

Buffer

Gets a pointer to the raw pixel buffer.

public IntPtr Buffer { get; }

Property Value

IntPtr

Remarks

The buffer starts at the beginning of the allocated pixel memory block and may not point to the top-left pixel when Stride is negative. Use Scan0 to get a pointer to the first logical scan line (top row) irrespective of stride direction.

Exceptions

ObjectDisposedException

Thrown if this instance has been disposed.