Class: Size
Prev
Next

Class: Size

Represents a two-dimensional size of the form (w, h).

Constructors:

Properties:

Size ( )

Creates a new size object with value (0.0, 0.0).

Size ( number w, number h )

  • number w - The width.

  • number h - The height.

Creates a new size object with value (w, h).

number w

The width.

number h

The height.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team