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 UI\Size of
(
float $size
)
public static UI\Size of
(
UI\Point $point
)
}
프로퍼티
- width
-
Holds the width, can be read/written directly
- height
-
Holds the height, can be read/written directly
Table of Contents
There are no user contributed notes for this page.