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