TF2DPoint

  Classes Reference > Records, types etc. >

TF2DPoint

Previous pageReturn to chapter overviewNext page

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