Data type Point
access this type via: ui.Point (uses)
This data type is used to describe a point (coordinate).
Fields
int x The x-coordinate of the point.
int y The y-coordinate of the point.