SizeF
Size type.
| Type | table |
This type is represented by a table with width and height properties.
window:setcontentsize{width=100, height=100}
When a function accepts SizeF as its last parameter, you can simply
unpack width and height:
window:setcontentsize(100, 100)
Properties
number width
Size width.
number height
Size height.