| C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapFrameEncode Class > WritePixels Method : WritePixels(Int32,DataRectangle,Int32) Method |
The number of lines to encode.
Encodes the frame scanlines.
'Declaration Public Overloads Sub WritePixels( _ ByVal lineCount As System.Integer, _ ByVal buffer As DataRectangle, _ Optional ByVal totalSizeInBytes As System.Integer _ )
public void WritePixels( System.int lineCount, DataRectangle buffer, System.int totalSizeInBytes )
The number of lines to encode.
Successive WritePixels calls are assumed to be sequential scanline access in the output image.