- 4.37.1.17. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.1. Graph Unit Types, Constants, and Variables
4.37.1.17. PointType
4.37.1.17. PointType
Targets: MS-DOS, Win32
Graph Unit
A type defined for your convenience.
Both fields are of type Longint rather than Integer.
Declaration:
PointType = record
X, Y : Longint;
end;
- 4.37.1.17. -