Stores the current measurements for a display object.
Available since
1.0.0
.Constructor
new(?target:DisplayObject)
Creates a new Measurements
object from the given arguments.
Available since
1.0.0
.Variables
height:Null<Float> = null
The object's height value, or null
, if height is not available.
Available since
1.0.0
.maxHeight:Null<Float> = null
The object's maximum height value, or null
, if a maximum height is not
available.
Available since
1.0.0
.maxWidth:Null<Float> = null
The object's maximum width value, or null
, if a maximum width is not
available.
Available since
1.0.0
.minHeight:Null<Float> = null
The object's minimum height value, or null
, if a minimum height is not
available.
Available since
1.0.0
.minWidth:Null<Float> = null
The object's minimum width value, or null
, if a minimum width is not
available.
Available since
1.0.0
.width:Null<Float> = null
The object's width value, or null
, if width is not available.
Available since
1.0.0
.