| C1.Win.C1DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels(RectL,Int32,DataPointer) Method |
The rectangle to copy. A null value specifies the entire bitmap.
The stride of the bitmap
A reference to the buffer.
Instructs the object to produce pixels.
'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 )
The rectangle to copy. A null value specifies the entire bitmap.
The stride of the bitmap
A reference to the buffer.