[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#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.0 Generated 2025-05-03 Home