Calculated bounds for layout.
Available since
1.0.0
.Constructor
Variables
contentHeight:Float
The height 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 = 0.0
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 = 0.0
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
.