SizeObj_New¶
Make a SizeObj object.
SizeObj_New(width; height) ➔ sizeObj
width | Real | The object’s width. |
height | Real | The object’s height. |
sizeObj | Object | The SizeObj object. |
Make a SizeObj
object.
The width and height of the SizeObj
object are passed in the width
and height
parameters respectively.
The SizeObj
object is returned in sizeObj
.