Difference between revisions of "Xojo.Core.Point"
From Xojo Documentation
m (→See Also) |
(→See Also) |
||
Line 32: | Line 32: | ||
==See Also== | ==See Also== | ||
− | [[Xojo.Core.Rect]], [[Xojo.Core.Size]] classes | + | [[Xojo.Core.Rect]], [[Xojo.Core.Size]], [[Point]] classes |
[[Category:Graphics/Multimedia_Graphics]] | [[Category:Graphics/Multimedia_Graphics]] |
Latest revision as of 15:24, 8 March 2019
Class (inherits from Object)
Represents a point in 2D space. Useful for things like the center of a rectangle or the location of the mouse or touch event. Points are immutable and cannot be changed.
Properties | ||
|
Methods | ||
|
Constructors | |
|
Shared Methods | |
|
Operators | ||||
|
See Also
Xojo.Core.Rect, Xojo.Core.Size, Point classes