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

TRawImageLineStarts

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TRawImageLineStarts - contains a list of the start positions of the lines in the Raw Image

Declaration

Source position: graphtype.pp line 221

type TRawImageLineStarts = object

public

  Positions: ;

  

Positions - the array of start positions

  procedure Init();

  

Init - initiator for the object. Don't use a constructor here, it will break compatibility with a record

  function GetPosition();

  

GetPosition - returns the position specified by x, y coordinates as a TRawImagePosition

end;

Inheritance

TRawImageLineStarts

  

TRawImageLineStarts - contains a list of the start positions of the lines in the Raw Image

The latest version of this document can be found at lazarus-ccr.sourceforge.net.