Represents dimenstions (width, height)
(PHP 7, UI 0.9.9)
简介
Sizes are used throughout UI to represent the size of a screen, control, or area.
类摘要
final
UI\Size
{
public static of
(
float $size
) :
UI\Size
public static of
(
UI\Point $point
) :
UI\Size
}
属性
- width
-
Holds the width, can be read/written directly
- height
-
Holds the height, can be read/written directly
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.