The BoundingRectangle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BoundingRectangle | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Area | Computes the area of the bounding rectangle. |
![]() | Equals | (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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Center | Gets or sets the location of the center of the bounding rectangle. |
![]() | Length | Gets or sets the length of the bounding rectangle. |
![]() | RotationAngle | Gets or sets the rotation angle of the bounding rectangle around the z-axis. |
![]() | Width | Gets or sets the width of the bounding rectangle. |