Represents a position (x,y)
Guide
Edit on GitHub ✎
Points are used throughout UI to represent co-ordinates on a screen, control, or area.
Intro
Points are used throughout UI to represent co-ordinates on a screen, control, or area.
Class synopsis
class UI\Point { }
Properties
xHolds the X co-ordinate, can be read/written directly
yHolds the Y co-ordinate, can be read/written directly
Point