RectObj_New¶
RectObj_New(x; y; width; height) ➔ rectObj
| x | Real | The object’s origin X coordinate. |
| y | Real | The object’s origin Y coordinate. |
| width | Real | The object’s width. |
| height | Real | The object’s height. |
| rectObj | Object | The RectObj object. |
| x | Real | The object’s origin X coordinate. |
| y | Real | The object’s origin Y coordinate. |
| width | Real | The object’s width. |
| height | Real | The object’s height. |
| rectObj | Object | The RectObj object. |