ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / CopyPixels Method / CopyPixels(Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) Method
The width.
The height.
The GUID DST format.
The DST transform.
The stride.
The output.

In This Topic
    CopyPixels(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 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 _
    ) 
    public void CopyPixels( 
       System.int width,
       System.int height,
       System.Guid guidDstFormat,
       BitmapTransformOptions dstTransform,
       System.int stride,
       DataStream output
    )

    Parameters

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