[]
        
(Showing Draft Content)

C1.Util.DX.DataBox

DataBox Struct

Provides access to data organized in 3D.

Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public struct DataBox

Constructors

Name Description
DataBox(IntPtr)

Initializes a new instance of the DataBox struct.

DataBox(IntPtr, int, int)

Initializes a new instance of the DataBox struct.

Fields

Name Description
DataPointer

Pointer to the data.

RowPitch

Gets the number of bytes per row.

SlicePitch

Gets the number of bytes per slice (for a 3D texture, a slice is a 2D image)

Properties

Name Description
IsEmpty

Gets a value indicating whether this instance is empty.