ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataBox Structure / DataBox Constructor / DataBox Constructor(IntPtr,Int32,Int32)
The datapointer.
The row pitch.
The slice pitch.

In This Topic
    DataBox Constructor(IntPtr,Int32,Int32)
    In This Topic
    Initializes a new instance of the DataBox struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal datapointer As IntPtr, _
       ByVal rowPitch As Integer, _
       ByVal slicePitch As Integer _
    )
    public DataBox( 
       IntPtr datapointer,
       int rowPitch,
       int slicePitch
    )

    Parameters

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