ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal stride As System.Integer, _
       ByVal bufferSize As System.Integer, _
       ByVal pixelsRef As System.IntPtr _
    ) 
    public void WritePixels( 
       System.int lineCount,
       System.int stride,
       System.int bufferSize,
       System.IntPtr pixelsRef
    )

    Parameters

    lineCount
    stride
    bufferSize
    pixelsRef
    See Also