Class SizeF
Package: @aurigma/design-atoms-model
Constructors
(constructor)(width, height)
Constructs a new instance of the SizeF class
Declaration
constructor(width?: number, height?: number);
Parameters
| Type | Name | Description |
|---|---|---|
| number | width | |
| number | height |
Properties
height
Declaration
height: number;
Property Value
| Type | Description |
|---|---|
| number |
width
Declaration
width: number;
Property Value
| Type | Description |
|---|---|
| number |
Methods
clone()
Declaration
clone(): SizeF;
Returns
| Type | Description |
|---|---|
| SizeF |
toString()
Declaration
toString(): string;
Returns
| Type | Description |
|---|---|
| string |
updateByMatrix(matrix)
Declaration
updateByMatrix(matrix: Matrix): this;
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | matrix |
Returns
| Type | Description |
|---|---|
| this |