[]
Provides access to data organized in 3D.
public struct DataBox
Name | Description |
---|---|
DataBox(IntPtr) | Initializes a new instance of the DataBox struct. |
DataBox(IntPtr, int, int) | Initializes a new instance of the DataBox struct. |
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) |
Name | Description |
---|---|
IsEmpty | Gets a value indicating whether this instance is empty. |