[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Record describing a point in a 2 dimensional plane.
Source position: objects.pp line 262
type TPoint = object |
||
X: Sw_Integer; |
|
X coordinate. |
Y: Sw_Integer; |
|
Y coordinate. |
end; |
|
Record describing a point in a 2 dimensional plane. |
|
| | ||
|
Base class of all classes. |