read_scan_line_argb method
read_scan_line_argb
Reads the whole scan line by the specified scan line index.
Returns
The scan line pixel color values array as ARGB.
def read_scan_line_argb(self, scan_line_index):
...
Parameter | Type | Description |
---|---|---|
scan_line_index | int | Zero based index of the scan line. |
See Also
- module
aspose.cad
- class
RasterImage