The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points. 更多...
头: | #include <Point2D> |
qmake: | QT += quick |
void | set (float x , float y ) |
float | x |
float | y |
The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points.
Sets the x and y values of this point to x and y .