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
)
Function LLReadFromScanline (
scanlineIndex As Integer,
srcIndex As Integer,
array As Byte(),
index As Integer,
length As Integer
) As Boolean
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:
Booleantrue on success, false otherwise
See Also