NumberNumberNumberNumberRectangleRectangleRectangleRectangleNumberGet the Height
Kind: Instance method of Rectangle
Returns: Number - the KEY_HEIGHT value
NumberGet the Width
Kind: Instance method of Rectangle
Returns: Number - the KEY_WIDTH value
NumberGet the X
Kind: Instance method of Rectangle
Returns: Number - the KEY_X value
NumberGet the Y
Kind: Instance method of Rectangle
Returns: Number - the KEY_Y value
RectangleSet the Height
Kind: Instance method of Rectangle
Returns: Rectangle - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| height | Number |
The height of the rectangle - The desired Height. |
RectangleSet the Width
Kind: Instance method of Rectangle
Returns: Rectangle - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| width | Number |
The width of the rectangle - The desired Width. |