| Description | Hierarchy | Fields | Methods | Properties | 
type TPointShapeRecord = packed record
TPointShapeRecord is the constant-length part of a point-shape.
TPointShapeRecord = packed record ShapeType: longint; X: double; Y: double; end;
| ShapeType: longint; | 
| X: double; | 
| Y: double; | 
| ShapeType: longint; | 
| The value of ShapeType should be stPoint = 1. | 
| X: double; | 
| The X coordinate of the point. | 
| Y: double; | 
| The Y coordinate of the point. |