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

In This Topic
    WritePixels(Int32,Int32,Int32,IntPtr) Method
    In This Topic
    HRESULT IWICBitmapFrameEncode::WritePixels([In] unsigned int lineCount,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In, Buffer] void* pbPixels)
    Syntax
    'Declaration
     
    Public Overloads Sub WritePixels( _
       ByVal lineCount As Integer, _
       ByVal stride As Integer, _
       ByVal bufferSize As Integer, _
       ByVal pixelsRef As IntPtr _
    ) 
    public void WritePixels( 
       int lineCount,
       int stride,
       int bufferSize,
       IntPtr pixelsRef
    )

    Parameters

    lineCount
    stride
    bufferSize
    pixelsRef
    See Also