Package | twaver |
Class | public class Size |
Inheritance | Size ![]() |
Property | Defined By | ||
---|---|---|---|
height : Number = 0
The height value of this size. | Size | ||
width : Number = 0
The width value of this size. | Size |
Method | Defined By | ||
---|---|---|---|
Size(width:Number = 0, height:Number = 0)
Constructor of this size. | Size |
height | property |
public var height:Number = 0
The height value of this size.
width | property |
public var width:Number = 0
The width value of this size.
Size | () | Constructor |
public function Size(width:Number = 0, height:Number = 0)
Constructor of this size. Create a size with specified width and height value.
Parameterswidth:Number (default = 0 ) — the width value of this size.
| |
height:Number (default = 0 ) — the height value of this size.
|