UI\Point::at
PHP function
Edit on GitHub ✎
(UI 1.0.2)
Size Coercion
Description
UI\Point::at(float $point): UI\Point
UI\Point::at(UI\Size $size): UI\Point
Shall return a UI\Point object where x and y are equal to those supplied, either in float or UI\Size form
Parameters
pointThe value for x and y
sizeThe Size to convert
Return Values
The resulting Point