Determines how an application is scaled and how its dimensions are set.

Available since

1.0.0

.

Variables

target:DisplayObject

The target application that is being scaled.

Available since

1.0.0

.

Methods

getBounds():Rectangle

Calculates the application's bounds, which will be applied to the x, y, width, and height properties.

Available since

1.0.0

.

getScale():Float

Calculates the application's scale, which will be applied to the scaleX and scaleY properties.

Available since

1.0.0

.