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
)
Function LLWriteToScanline (
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
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:
BooleanSee Also