SizeF

Size type.

TypeObject

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.