[]
Initializes a new instance of the DataBox struct.
public DataBox(IntPtr datapointer, int rowPitch, int slicePitch)
Public Sub New(datapointer As IntPtr, rowPitch As Integer, slicePitch As Integer)
| 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)
Public Sub New(dataPointer As IntPtr)
| Type | Name | Description |
|---|---|---|
| IntPtr | dataPointer | The data pointer. |