ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 IntPtr, _
       ByVal pitch As Integer _
    )
    public DataRectangle( 
       IntPtr dataPointer,
       int pitch
    )

    Parameters

    dataPointer
    The data pointer.
    pitch
    The pitch.
    See Also