ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSource Class / CopyPixels Method / CopyPixels(Int32,IntPtr,Int32) Method

The stride of the bitmap

A reference to the buffer.

Size of the buffer in bytes.

In This Topic
    CopyPixels(Int32,IntPtr,Int32) Method
    In This Topic

    Instructs the object to produce pixels.

    Syntax
    'Declaration
     
    Public Overloads Sub CopyPixels( _
       ByVal stride As System.Integer, _
       ByVal dataPointer As System.IntPtr, _
       ByVal size As System.Integer _
    ) 
    public void CopyPixels( 
       System.int stride,
       System.IntPtr dataPointer,
       System.int size
    )

    Parameters

    stride

    The stride of the bitmap

    dataPointer

    A reference to the buffer.

    size
    Size of the buffer in bytes.
    See Also