ComponentOne Bitmap for WPF
DataRectangle Constructor

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DataRectangle Structure : DataRectangle Constructor
The data pointer.
The pitch.
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

Reference

DataRectangle Structure
DataRectangle Members