PointObj_GetX¶
Return the X coordinate of a PointObj object.
PointObj_GetX(pointObj) ➔ x
pointObj | Object | The PointObj object. |
x | Real | The X coordinate of pointObj . |
Return the X coordinate of a PointObj
object.
The PointObj
object is passed in the pointObj
parameter.
The X coordinate of pointObj
is returned in x
.