Packagefeathers.layout
Classpublic class LayoutBoundsResult
InheritanceLayoutBoundsResult Inheritance Object

Calculated bounds for layout.



Public Properties
 PropertyDefined By
  contentHeight : Number
The height of the content.
LayoutBoundsResult
  contentWidth : Number
The width of the content.
LayoutBoundsResult
  viewPortHeight : Number
The visible height of the view port.
LayoutBoundsResult
  viewPortWidth : Number
The visible width of the view port.
LayoutBoundsResult
Property Detail
contentHeightproperty
public var contentHeight:Number

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

contentWidthproperty 
public var contentWidth:Number

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

viewPortHeightproperty 
public var viewPortHeight:Number

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

viewPortWidthproperty 
public var viewPortWidth:Number

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