Back to Website
Show / Hide Table of Contents

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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback