Unit 'GraphType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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.4 Generated 2025-11-08 Home