[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 221

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 3.2 Generated 2024-02-25 Home