TLevelPoint

TLevelPoint

type TLevelPoint = record;

Unit
TeeSurfa

Description
Record containing two "double" variables (x and y).

TLevelPoint=packed record
X,Y: TChartValue;
end;


This record is used by TLevelSegment record.