Whitebeam Object Definition

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 Object Definition

GraphicImage.Bounds

Used to return bounding rectangle for drawText method

Elements

The GraphicImage.Bounds struct has 4 elements:

Name Type/Value Range/Length Description
topLeftstruct GraphicImage.Pointsee definition Required. coordinates of top-left corner of the bounding rectangle
topRightstruct GraphicImage.Pointsee definition Required. coordinates of top-right corner of the bounding rectangle
bottomLeftstruct GraphicImage.Pointsee definition Required. coordinates of bottom-left corner of the bounding rectangle
bottomRightstruct GraphicImage.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 : 22ms)