Calculated bounds for layout.

Available since

1.0.0

.

Constructor

new()

Creates a new LayoutBoundsResult object.

Available since

1.0.0

.

Variables

contentHeight:Float

The height of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentMaxHeight:Float

The maximum height of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentMaxWidth:Float

The maximum width of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentMinHeight:Float

The minimum height of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentMinWidth:Float

The minimum width of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentWidth:Float

The width of the content. May be larger or smaller than the view port.

Available since

1.0.0

.

contentX:Float

The starting position of the view port's content on the x axis. Usually, this value is 0.0, but it may be negative, in some cases.

Available since

1.0.0

.

contentY:Float

The starting position of the view port's content on the y axis. Usually, this value is 0.0, but it may be negative, in some cases.

Available since

1.0.0

.

viewPortHeight:Float

The visible height of the view port. The view port's content may be clipped.

Available since

1.0.0

.

viewPortWidth:Float

The visible width of the view port. The view port's content may be clipped.

Available since

1.0.0

.

Methods

reset():Void

Resets all of the result values to their defaults.

Available since

1.0.0

.