Click or drag to resize

BoundingRectangle Properties

The BoundingRectangle type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Gets the y-coordinate of the bottom edge of the rectangle.
Public propertyStatic memberEmpty
Gets a BoundingRectangle with all values set to zero.
Public propertyHeight
Gets the height of the rectangle.
Public propertyItem
Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates Left, Bottom, Right, and Top.
Public propertyLeft
Gets the x-coordinate of the left edge of the rectangle.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyRight
Gets the x-coordinate of the right edge of the rectangle.
Public propertyTop
Gets the y-coordinate of the top edge of the rectangle.
Public propertyWidth
Gets the width of the rectangle.
Top
See Also