TPoint
From SCAR Divi Manual
Definition
<source lang="scar" lines="false"> TPoint = packed record
X, Y: Integer;
end;
Description
A structured type which holds a 2-dimension coordinate specified by the X and Y fields.
<source lang="scar" lines="false"> TPoint = packed record
X, Y: Integer;
end;
A structured type which holds a 2-dimension coordinate specified by the X and Y fields.