TFloatPoint is an extended precision record specifying the X and Y coordinates of a point in a graphic environment.
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 |