RectObj_GetX¶
Return the X coordinate of the origin of a RectObj object.
RectObj_GetX(rectObj) ➔ x
rectObj | Object | The RectObj object. |
x | Real | The X coordinate of pointObj ‘s origin. |
Return the X coordinate of the origin of a RectObj
object.
The RectObj
object is passed in the rectObj
parameter.
The X coordinate of rectObj
‘s origin is returned in x
.