Php/docs/ui-point.at

提供:Dev Guides
< Php
移動先:案内検索

UI\Point::at

(UI 1.0.2)

UI\Point::atSize Coercion


説明

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

public static 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


パラメータ

point
The value for x and y
size
The Size to convert


返り値

The resulting Point