[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets a pointer to the byte position at the beginning of the specified scanline.
Source position: graphtype.pp line 223
function TRawImage.GetLineStart( |
ALine: Cardinal |
):PByte; |
The return value is Nil if Data has not been assigned in the class instance, and when the ALine argument contains 0 (zero). The pointer position is calculated as the product of ALine and the BytesPerLine setting in the image Description.
Version 4.0 | Generated 2025-05-03 | Home |