[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImage.GetLineStart

Gets a pointer to the byte position at the beginning of the specified scanline.

Declaration

Source position: graphtype.pp line 223

function TRawImage.GetLineStart(

  ALine: Cardinal

):PByte;

Description

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