[]
Provides access to data organized in 2D.
public struct DataRectangle
Initializes a new instance of the DataRectangle class.
public DataRectangle(IntPtr dataPointer, int pitch)
dataPointer
System.IntPtrThe data pointer.
pitch
intThe pitch.
Pointer to the data.
public IntPtr DataPointer
Gets the number of bytes per row.
public int Pitch