Represents a position (x,y)
(UI 0.9.9)
Introduction
Points are used throughout UI to represent co-ordinates on a screen, control, or area.
Synopsis de la classe
final
class UI\Point
{
public setX(
float $point
)
public setY(
float $point
)
}
Propriétés
- x
-
Holds the X co-ordinate, can be read/written directly
- y
-
Holds the Y co-ordinate, can be read/written directly
Sommaire
There are no user contributed notes for this page.