SizeF
Classes
SizeF
Constructors
Constructor
new SizeF(width?, height?): SizeF;
Parameters
| Parameter | Type |
|---|---|
width? | number |
height? | number |
Returns
Properties
height
height: number = 0;
width
width: number = 0;
Methods
clone()
clone(): SizeF;
Returns
toString()
toString(): string;
Returns
string
updateByMatrix()
updateByMatrix(matrix): SizeF;
Parameters
| Parameter | Type |
|---|---|
matrix | Matrix |