|
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 | topLeft | struct Point | see definition | Required. coordinates of top-left corner of the bounding rectangle | topRight | struct Point | see definition | Required. coordinates of top-right corner of the bounding rectangle | bottomLeft | struct Point | see definition | Required. coordinates of bottom-left corner of the bounding rectangle | bottomRight | struct Point | see definition | Required. coordinates of bottom-right corner of the bounding rectangle |
Remarks
Rectangle objects are used as parameters to copyRect and copyRectRotate methods
|
|
(loadtime : 15ms) |