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 As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr _
)
public void WritePixels(
System.int ,
System.int ,
System.int ,
System.IntPtr
)
Parameters
- lineCount
- stride
- bufferSize
- pixelsRef
See Also