C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / CopyPixels Method / CopyPixels(RectL,Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) Method
The rectangle.
The width.
The height.
The GUID DST format.
The DST transform.
The stride.
The output.

In This Topic
CopyPixels(RectL,Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) Method
In This Topic
Copies pixel data using the supplied input parameters.
Syntax
'Declaration
 
Public Overloads Sub CopyPixels( _
   ByVal rectangle As RectL, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal guidDstFormat As System.Guid, _
   ByVal dstTransform As BitmapTransformOptions, _
   ByVal stride As System.Integer, _
   ByVal output As DataStream _
) 
 

Parameters

rectangle
The rectangle.
width
The width.
height
The height.
guidDstFormat
The GUID DST format.
dstTransform
The DST transform.
stride
The stride.
output
The output.
See Also