A wrapper for QPointF. More...
Public Member Functions | |
| Point () | |
| Default constructor. | |
| Point (Number aX, Number aY) | |
| Initializing constructor. | |
| String | toString () const |
Properties | |
| Number | x |
| The X position. | |
| Number | y |
| The Y position. | |
A wrapper for QPointF.
Example use within a report:
// change pixmap position to x=150 / y=33 mm setion.item('myPixmap').pos = new bps.Point(150,33);
| bps::Point::Point | ( | Number | aX, |
| Number | aY | ||
| ) |
Initializing constructor.
| aX | The initial X position. |
| aY | The initial Y position. |
| String bps::Point::toString | ( | ) | const |
Number bps::Point::x [read, write] |
The X position.
Number bps::Point::y [read, write] |
The Y position.