Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.GraphicImage.Bounds

Used to return bounding rectangle for drawText method

Elements

The rb.GraphicImage.Bounds struct has 4 elements:

Name Type/Value Range/Length Description
topLeftstruct Pointsee definition Required. coordinates of top-left corner of the bounding rectangle
topRightstruct Pointsee definition Required. coordinates of top-right corner of the bounding rectangle
bottomLeftstruct Pointsee definition Required. coordinates of bottom-left corner of the bounding rectangle
bottomRightstruct Pointsee definition Required. coordinates of bottom-right corner of the bounding rectangle

Remarks

Rectangle objects are used as parameters to copyRect and copyRectRotate methods

Whitebeam release 1.3.36
(loadtime : 15ms)