CADability dotNET
The BoundingRect type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Disjoint |
Returns true if the two rectangles are disjoint (do not overlap)
| |
| GetCenter |
Returns the center of the rectangle
| |
| GetLowerLeft |
Returns the lower left point of the rectangle
| |
| GetLowerMiddle |
Returns the center of the bottom line of the rectangle
| |
| GetLowerRight |
Returns the lower right point of the rectangle
| |
| GetMiddleLeft |
Returns the center of the left line of the rectangle
| |
| GetMiddleRight |
Returns the center of the right line of the rectangle
| |
| GetPosition |
Returns the position of the provided point with a given precision
| |
| GetUpperLeft |
Returns the upper left point of the rectangle
| |
| GetUpperMiddle |
Returns the center of the upper line of the rectangle
| |
| GetUpperRight |
Returns the upper right point of the rectangle
| |
| Inflate(Double) |
Inflates the rectangle by the provided value which may also be negative
| |
| Inflate(Double, Double) |
Inflates the rectangle with different values in width an height
| |
| Interferes |
Returns true, when this rectangle and the provided rect overlap
| |
| IsEmpty |
Returns true, if this BoundingRect is empty.
| |
| MakeEmpty |
Makes this BoundingRect an empty BoundingRect
| |
| MinMax(BoundingRect) |
Adapts the size of this bounding rectangle to include the provided rectangle.
| |
| MinMax(GeoPoint2D) |
Adapts the size of this bounding rectangle to include the provided point.
| |
| Modify |
Modifies the rectangle by the provided ModOp2D. The resulting rectangle contains the modified
vertices of this rectangle
| |
| Move |
Moves the rectangle by the provided offset
| |
| ToBorder |
Returns a Border that consists of the four lines of this ractangle.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IComparable<(Of <<'(BoundingRect>)>>)..::..CompareTo | ||
| IQuadTreeInsertable..::..GetExtent | ||
| IQuadTreeInsertable..::..HitTest |