A wrapper for QSizeF. More...
Public Member Functions | |
| Size () | |
| Default constructor. | |
| Size (Number aWidth, Number aHeight) | |
| Initializing constructor. | |
| String | toString () const |
Properties | |
| Number | height |
| The height. | |
| Number | width |
| The width. | |
A wrapper for QSizeF.
Example use within a report:
// change pixmap size to 100 x 100 mm section.item('myPixmap').size = new bps.Size(100,100);
| bps::Size::Size | ( | Number | aWidth, |
| Number | aHeight | ||
| ) |
Initializing constructor.
| aWidth | The initial width. |
| aHeight | The initial height. |
| String bps::Size::toString | ( | ) | const |
Number bps::Size::height [read, write] |
The height.
Number bps::Size::width [read, write] |
The width.