Constructor Cinfo
Cinfo(IntPtr, int, int, int)
Constructs the camera image plane cinfo.
Declaration
public Cinfo(IntPtr dataPtr, int dataLength, int rowStride, int pixelStride)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | dataPtr | The pointer to the raw native image data. |
int | dataLength | The length of the native image data. |
int | rowStride | The stride for iterating through the rows of the native image data. |
int | pixelStride | The stride for iterating through the pixels of the native image data. |