[]
        
(Showing Draft Content)

C1.Util.DX.DataBox.-ctor

DataBox Constructor

DataBox(nint, int, int)

Initializes a new instance of the DataBox struct.

Declaration
public DataBox(nint datapointer, int rowPitch, int slicePitch)
Public Sub New(datapointer As IntPtr, rowPitch As Integer, slicePitch As Integer)
Parameters
Type Name Description
nint datapointer

The datapointer.

int rowPitch

The row pitch.

int slicePitch

The slice pitch.

DataBox(nint)

Initializes a new instance of the DataBox struct.

Declaration
public DataBox(nint dataPointer)
Public Sub New(dataPointer As IntPtr)
Parameters
Type Name Description
nint dataPointer

The data pointer.