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