'Declaration Public Overloads Sub WritePixels( _ ByVal lineCount As Integer, _ ByVal buffer As DataRectangle, _ Optional ByVal totalSizeInBytes As Integer _ )
public void WritePixels( int lineCount, DataRectangle buffer, int totalSizeInBytes )
Parameters
- lineCount
The number of lines to encode.
- buffer
- A data buffer containing the pixels to copy from.
- totalSizeInBytes
- Total size in bytes of pixels to write. If == 0, size is calculated with lineCount * rowStride.