RectObj_GetWidth¶
Return the width of a RectObj object.
RectObj_GetWidth(rectObj) ➔ width
rectObj | Object | The RectObj object. |
width | Real | The width of rectObj . |
Return the width of a RectObj
object.
The RectObj
object is passed in the rectObj
parameter.
The width of rectObj
is returned in width
.