GIRasterImageScanLines
Method
|
Retrieves the 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()
Public Function ScanLines As Byte()
public:
array<unsigned char>^ ScanLines()
member ScanLines : unit -> byte[]
Return Value
Byte
See Also