'Declaration Public Overloads Sub CopyPixels( _ ByVal rectangle As RectL, _ ByVal stride As System.Integer, _ ByVal dataPointer As DataPointer _ )
public void CopyPixels( RectL rectangle, System.int stride, DataPointer dataPointer )
Parameters
- rectangle
The rectangle to copy. A
null
value specifies the entire bitmap.- stride
The stride of the bitmap
- dataPointer
A reference to the buffer.