Data type
Point2D
access this type via:
ui.Point2D
(uses)
This data type is used to describe a single-pixel point that can be drawn to the screen.
Fields
int x
The x-coordinate of the point.
int y
The y-coordinate of the point.
Color
color
The colour of the point.