| C1.Win.C1DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels(Int32,IntPtr,Int32) Method |
The stride of the bitmap
A reference to the buffer.
Instructs the object to produce pixels.
'Declaration Public Overloads Sub CopyPixels( _ ByVal stride As System.Integer, _ ByVal dataPointer As System.IntPtr, _ ByVal size As System.Integer _ )
public void CopyPixels( System.int stride, System.IntPtr dataPointer, System.int size )
The stride of the bitmap
A reference to the buffer.