GIRasterImageScanLines(Int32, Int32) Method

Retrieves the specified set of scanlines in BMP format from this raster image object.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public byte[] ScanLines(
        int firstScanline,
        int numLines
)

Parameters

firstScanline  Int32
[in] Index of first scanline to retrieve.
numLines  Int32
[in] Number of scanlines to retrieve.

Return Value

Byte
See Also

©  Bricsys NV. All rights reserved.