Parameters |
Description |
OdUInt8* scnLines |
[out] Receives the scan line data. |
OdUInt32 firstScanline |
[in] Index of first scanline to retrieve. |
OdUInt32 numLines = 1 |
[in] Number of scanlines to retrieve. |
Returns the specified set of scanlines in BMP format from this RasterImage object, or the pixel data in BMP format for this RasterImage object.
It us up to the caller to allocate sufficient memory for the scan line data.
Implementation of this function with no arguments is optional; NULL can be returned if it is inconvenient to implement. The caller must take into account that the return value can be NULL.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|