ComponentOne Bitmap for WPF
C1.WPF.DX.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 Integer, _
       ByVal height As Integer, _
       ByVal guidDstFormat As Guid, _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal stride As Integer, _
       ByVal output As DataStream _
    ) 
    public void CopyPixels( 
       int width,
       int height,
       Guid guidDstFormat,
       BitmapTransformOptions dstTransform,
       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