TF2DPoint
Classes Reference > Records, types etc. >
Unit
sgConsts
Syntax
type TF2DPoint = packed record
case Integer of
0: (X, Y: TsgFloat);
1: (V: array[0..1] of TsgFloat);
end;
Description
Represents a point location in two-dimensional coordinate system.
Go to CAD VCL Enterprise