Function QPointF from qttools
Brief description
QPointF(x:double,y:double):QPointF
Creates a QPointF instance from two floats More ...
Function information
Name: | QPointF |
Base: | QPointF |
Group: | Qt plugins:Base plugins |
Icon: | qt.png |
Color: | darkGreen |
Authors: | |
Copyright: |
Detailed description
Creates a QPointF instance from two floats
Input parameters
-
x:
double
- X-Coordinate of the point
-
y:
double
- Y-Coordinate of the point
Return values
-
Default return value:
QPointF
- New point