SizeObj_GetWidth¶
Return the width of a SizeObj object.
SizeObj_GetWidth(sizeObj) ➔ width
sizeObj | Object | The SizeObj object. |
width | Real | The width of sizeObj . |
Return the width of a SizeObj
object.
The SizeObj
object is passed in the sizeObj
parameter.
The width of sizeObj
is returned in width
.