Previous: 4.37.1.16. PaletteType To the Table of Contents Next: 4.37.1.18. RGBType
4.37.1.16. PaletteType Table of Contents 4.37.1.18. RGBType

- 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;



Previous: 4.37.1.16. PaletteType To the Table of Contents Next: 4.37.1.18. RGBType
4.37.1.16. PaletteType Table of Contents 4.37.1.18. RGBType

- 4.37.1.17. -