- Preparing search index...
- The search index is not available
wui.basic
Constructors
constructor
- new Size(x?, y?): Size
-
Parameters
-
x: number = 0
-
y: number = 0
Properties
Private m_x
m_x: number
Private m_y
m_y: number
Accessors
x
- get x(): number
-
Returns number
- set x(x): void
-
Returns void
y
- get y(): number
-
Returns number
- set y(y): void
-
Returns void
Methods
boundedTo
- boundedTo(other): Size
-
clone
- clone(): Size
-
compare
- compare(other): boolean
-
Returns boolean
copy
- copy(other): void
-
Returns void
expandedTo
- expandedTo(other): Size
-
isNull
- isNull(): boolean
-
Returns boolean
isValid
- isValid(): boolean
-
Returns boolean
The Size is specified by a x(width) and a y(height).