Unit 'GraphMath' Package
[Overview][Types][Procedures and functions][Index] [#lazutils]

TFloatPoint

TFloatPoint is an extended precision record specifying the X and Y coordinates of a point in a graphic environment.

Declaration

Source position: graphmath.pp line 38

type TFloatPoint = record

  X: Extended;

  

Horizontal position for the coordinate.

  Y: Extended;

  

Vertical position for the coordinate.

end;


Version 4.4 Generated 2025-11-08 Home