(UI 0.9.9)
はじめに
Points are used throughout UI to represent co-ordinates on a screen, control, or area.
クラス概要
final UI\Point {
public
$x
public
$y
/* Constructor */
public __construct
( float $x
, float $y
)
/* メソッド */
public getX ( ) : float
public getY ( ) : float
public setX
( float $point
)
public setY
( float $point
)
}
プロパティ
x
- Holds the X co-ordinate, can be read/written directly
y
- Holds the Y co-ordinate, can be read/written directly
目次
- UI\Point::at — Size Coercion
- UI\Point::__construct — Construct a new Point
- UI\Point::getX — Retrieves X
- UI\Point::getY — Retrieves Y
- UI\Point::setX — Set X
- UI\Point::setY — Set Y
/* プロパティ */