Click or drag to resize

GdiImageCompressorBitmapImageDataProviderGetRow Method

Gets the row.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Images
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void GetRow(
	int y,
	byte[] destBuffer,
	int destOffset,
	int totalBytes
)

Parameters

y
Type: SystemInt32
The y.
destBuffer
Type: SystemByte
The dest buffer.
destOffset
Type: SystemInt32
The dest offset.
totalBytes
Type: SystemInt32
The total bytes.
See Also