Property | Defined By | ||
---|---|---|---|
duration : int [read-only] | Size | ||
height : Number [read-only] | Size | ||
width : Number [read-only] | Size |
Method | Defined By | ||
---|---|---|---|
Size(duration:int, width:Number, height:Number) | Size |
duration | property |
duration:int
[read-only] public function get duration():int
height | property |
height:Number
[read-only] public function get height():Number
width | property |
width:Number
[read-only] public function get width():Number
Size | () | Constructor |
public function Size(duration:int, width:Number, height:Number)
duration:int | |
width:Number (default = NaN )
| |
height:Number (default = NaN )
|