[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Record describing a point in a 2 dimensional plane.
Source position: objects.pp line 229
type TPoint = object end; |
||
X: Sw_Integer; |
|
X coordinate |
Y: Sw_Integer; |
|
Y coordinate |
|
Record describing a point in a 2 dimensional plane. |