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