TPoint
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Record describing a point in a 2 dimensional plane.
Declaration
Source position: objects.pp line 260
Type
TPoint = object
X : Sw_Integer;
Y : Sw_Integer;
end
;
Members
Member | Type | Visibility | Description |
---|---|---|---|
X | Field | default | X coordinate |
Y | Field | default | Y coordinate |
Inheritance
Class | Description |
---|---|
TPoint | Record describing a point in a 2 dimensional plane. |