[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to a scan line in the raw image data.
Source position: graphics.pp line 1329
public property TRasterImage.ScanLine[Row: Integer] : Pointer |
ScanLine is a read-only indexed Pointer property which provides access to a scan line in the raster image. The scan line consists of a single row of pixels in the raw image data.
Row contains the row number read from the TRawImage instance provided by the GetRawImage method. Row number values start at 0 (zero).
The return value is a Pointer to the byte values for the requested row in the raw image data.
Reading a value in ScanLines should always be performed inside a BeginUpdate ... EndUpdate sequence.
ScanLine is a platform-specific property, and may not be implemented for all platforms or widgetsets.
Version 4.0 | Generated 2025-05-03 | Home |