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

In This Topic
    CopyPixels(IntPtr,Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICBitmapSource::CopyPixels([In] const void* prc,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyPixels( _
       ByVal rectangleRef As IntPtr, _
       ByVal stride As Integer, _
       ByVal bufferSize As Integer, _
       ByVal bufferRef As IntPtr _
    ) 
    public void CopyPixels( 
       IntPtr rectangleRef,
       int stride,
       int bufferSize,
       IntPtr bufferRef
    )

    Parameters

    rectangleRef
    stride
    bufferSize
    bufferRef
    See Also