A wrapper for QPointF.  
 More...
A wrapper for QPointF. 
Example use within a report: 
setion.item(
'myPixmap').pos = 
new bps.
Point(150,33);
A wrapper for QPointF.
Definition: bps.Point.js:13
The bps extension is a namespace assembling general BPS properties and functions.
Definition: bps.AsyncIO.js:1
  ◆ Point()
      
        
          | bps::Point::Point | ( | Number | aX, | 
        
          |  |  | Number | aY | 
        
          |  | ) |  |  | 
      
 
Initializing constructor. 
- Parameters
- 
  
    | aX | The initial X position. |  | aY | The initial Y position. |  
 
 
 
◆ toString()
      
        
          | String bps::Point::toString | ( |  | ) | const | 
      
 
- Returns
- Returns "Point(x/y)" 
 
 
The documentation for this class was generated from the following file: