Click or drag to resize

IArrayScanlineLLWriteToScanline Method

Writes an a subsection of an array into 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 LLWriteToScanline(
	int scanlineIndex,
	int srcIndex,
	byte[] array,
	int index,
	int length
)

Parameters

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

Return Value

Type: Boolean
See Also