Click or drag to resize

IArrayScanlineLLReadFromScanline Method

Reads a subsection from a scanline.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
bool LLReadFromScanline(
	int scanlineIndex,
	int srcIndex,
	byte[] array,
	int index,
	int length
)

Parameters

scanlineIndex
Type: SystemInt32
Y index of the scanline.
srcIndex
Type: SystemInt32
Byte index into the source scanline.
array
Type: SystemByte
The destination array.
index
Type: SystemInt32
The index into the destination scanline.
length
Type: SystemInt32
The number of bytes to read.

Return Value

Type: Boolean
true on success, false otherwise
See Also