Click or drag to resize

BoundingBox Properties

X#

The BoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyBottom
A numeric value representing the Y coordinate of the bottom side of a bounding box, in canvas coordinates.
Public propertyHeight
A numeric value representing the height of the bounding box, measured in canvas coordinates.
Public propertyLeft
A numeric value representing the X coordinate of the left side of a bounding box, in canvas coordinates.
Public propertyOrigin
A point representing the location of a bounding box, in canvas coordinates.
Public propertyRight
A numeric value representing the X coordinate of the right side of a bounding box, in canvas coordinates.
Public propertyTop
A numeric value representing the Y coordinate of the top side of a bounding box, in canvas coordinates.
Public propertyWidth
A numeric value representing the width of the bounding box, in canvas coordinates.
Top
See Also