ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataRectangle Structure / DataRectangle Constructor
The data pointer.
The pitch.

In This Topic
    DataRectangle Constructor
    In This Topic
    Initializes a new instance of the DataRectangle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataPointer As System.IntPtr, _
       ByVal pitch As System.Integer _
    )
    public DataRectangle( 
       System.IntPtr dataPointer,
       System.int pitch
    )

    Parameters

    dataPointer
    The data pointer.
    pitch
    The pitch.
    See Also