ComponentOne Bitmap for UWP
DataBox Constructor(IntPtr,Int32,Int32)

C1.UWP.DX Assembly > C1.Util.DX Namespace > DataBox Structure > DataBox Constructor : DataBox Constructor(IntPtr,Int32,Int32)
The datapointer.
The row pitch.
The slice pitch.
Initializes a new instance of the DataBox struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal datapointer As System.IntPtr, _
   ByVal rowPitch As System.Integer, _
   ByVal slicePitch As System.Integer _
)
public DataBox( 
   System.IntPtr datapointer,
   System.int rowPitch,
   System.int slicePitch
)

Parameters

datapointer
The datapointer.
rowPitch
The row pitch.
slicePitch
The slice pitch.
See Also

Reference

DataBox Structure
DataBox Members
Overload List