C
point QML Value Type
a value with x and y attributes. More...
Since: | Qt Quick Ultralite 2.9 |
- point is part of Qt Quick Ultralite QML Basic Types.
Detailed Description
The point
type refers to a value with x
and y
attributes.
To create a point
value, use the Qt.point() function:
Available under certain Qt licenses.
Find out more.