[]
Initializes a new instance of the DataBox struct.
public DataBox(IntPtr datapointer, int rowPitch, int slicePitch)
Type | Name | Description |
---|---|---|
IntPtr | datapointer | The datapointer. |
int | rowPitch | The row pitch. |
int | slicePitch | The slice pitch. |
Initializes a new instance of the DataBox struct.
public DataBox(IntPtr dataPointer)
Type | Name | Description |
---|---|---|
IntPtr | dataPointer | The data pointer. |