Realbasic.Point

From Xojo Documentation

Class (inherits from Object)


New in 2011r2

An object used to represent and work with a given point in the coordinate system.

Properties
X Y
Methods
Clone Distance Offset
Constructors

Constructor()


Constructor(X as Integer, Y as Integer)


See Also

Canvas control; Window, ContainerControl, Realbasic.Rect, Realbasic.Size classes.