| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TRawImageLineStarts - contains a list of the start positions of the lines in the Raw Image.
Source position: graphtype.pp line 240
type TRawImageLineStarts = object  | 
||
public  | 
||
Positions: ;  | 
  | 
The array of start positions for scanlines in a raw image.  | 
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;  | 
  | 
TRawImageLineStarts - contains a list of the start positions of the lines in the Raw Image.  | 
| Version 4.0 | Generated 2025-05-03 | Home |