UI\Point::at

(PHP 7, UI 1.0.2)

UI\Point::atSize Coercion

설명

public static UI\Point UI\Point::at ( float $point )
public static UI\Point UI\Point::at ( UI\Size $size )

Shall return a UI\Point object where x and y are equal to those supplied, either in float or UI\Size form

인수

point

The value for x and y

size

The Size to convert

반환값

The resulting Point

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top