BoundingBox Properties (Typed) |
The BoundingBox type exposes the following members.
Name | Description | |
---|---|---|
Bottom |
A numeric value representing the Y coordinate of the bottom side of a bounding box, in canvas coordinates.
| |
Height |
A numeric value representing the height of the bounding box, measured in canvas coordinates.
| |
Left |
A numeric value representing the X coordinate of the left side of a bounding box, in canvas coordinates.
| |
Origin |
A point representing the location of a bounding box, in canvas coordinates.
| |
Right |
A numeric value representing the X coordinate of the right side of a bounding box, in canvas coordinates.
| |
Top |
A numeric value representing the Y coordinate of the top side of a bounding box, in canvas coordinates.
| |
Width |
A numeric value representing the width of the bounding box, in canvas coordinates.
|