C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / CopyPixels Method / CopyPixels(Int32,Int32,Int32,DataStream) Method
The width.
The height.
The stride.
The output.

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

Parameters

width
The width.
height
The height.
stride
The stride.
output
The output.
See Also