C1.Win.C1DX.4.8 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 _
) 
 

Parameters

lineCount
stride
bufferSize
pixelsRef
See Also