UI\Point::getX
PHP Manual
PHP Manual»UI\Point»UI\Point::getX

UI\Point::getX

(UI 0.9.9)

UI\Point::getXRetrieves X

说明

public function UI\Point::getX(): float

Retrieves the X co-ordinate

参数

此函数没有参数。

返回值

The current X co-ordinate

To Top