[]
        
(Showing Draft Content)

C1.Util.DX.DataBox.-ctor

DataBox Constructor

DataBox(IntPtr, int, int)

Initializes a new instance of the DataBox struct.

Declaration
public DataBox(IntPtr datapointer, int rowPitch, int slicePitch)
Parameters
Type Name Description
IntPtr datapointer

The datapointer.

int rowPitch

The row pitch.

int slicePitch

The slice pitch.

DataBox(IntPtr)

Initializes a new instance of the DataBox struct.

Declaration
public DataBox(IntPtr dataPointer)
Parameters
Type Name Description
IntPtr dataPointer

The data pointer.