The BoundingRectangle type exposes the following members.

Methods

  NameDescription
Area
Computes the area of the bounding rectangle.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEdges
Gets a list of edges containing the four edges of the bounding rectangle.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVertices
Gets a point set containing the four corner vertices of the bounding rectangle.
Perimeter
Computes the perimeter of the bounding rectangle.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also