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

    Parameters

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