Represents dimensions (width, height)
(UI 0.9.9)
Introduction
Sizes are used throughout UI to represent the size of a screen, control, or area.
Class synopsis
final
class UI\Size
{
/* Properties */
/* Constructor */
/* Methods */
}
Properties
- 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.