SizeF
Size type.
Type | Object |
This type is represented by an Object
with width
and height
properties.
window.setContentSize({width: 100, height: 100})
Properties
Number
width
Size width.
Number
height
Size height.