C1.Win.C1DX.4.8 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.


In This Topic
CopyPixels(RectL,Int32,DataPointer) Method
In This Topic

Instructs the object to produce pixels.

Syntax
'Declaration
 
Public Overloads Sub CopyPixels( _
   ByVal rectangle As RectL, _
   ByVal stride As System.Integer, _
   ByVal dataPointer As 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.

See Also