Represents a position (x,y)
(UI 0.9.9)
简介
Points are used throughout UI to represent co-ordinates on a screen, control, or area.
类摘要
属性
- x
-
Holds the X co-ordinate, can be read/written directly
- y
-
Holds the Y co-ordinate, can be read/written directly
目录
- UI\Point::at — Size Coercion
- UI\Point::__construct — Construct a new Point
- UI\Point::getX — Retrieves X
- UI\Point::getY — Retrieves Y
- UI\Point::setX — Set X
- UI\Point::setY — Set Y
add a note
User Contributed Notes
There are no user contributed notes for this page.