A wrapper for QSizeF.
More...
A wrapper for QSizeF.
Example use within a report:
section.item(
'myPixmap').size =
new bps.
Size(100,100);
A wrapper for QSizeF.
Definition: bps.Size.js:13
The bps extension is a namespace assembling general BPS properties and functions.
Definition: bps.AsyncIO.js:1
◆ Size()
bps::Size::Size |
( |
Number |
aWidth, |
|
|
Number |
aHeight |
|
) |
| |
Initializing constructor.
- Parameters
-
aWidth | The initial width. |
aHeight | The initial height. |
◆ toString()
String bps::Size::toString |
( |
| ) |
const |
- Returns
- Returns "Size(width,height)"
◆ height
◆ width
The documentation for this class was generated from the following file: