CADability dotNET
The BoundingRect type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(BoundingRect, BoundingRect) | |
![]() ![]() | Addition(BoundingRect, Double) |
Returns an inflated or deflated rectangle
|
![]() ![]() | ExplicitNarrowingExplicitExplicitExplicit(BoundingRect to Rectangle) |
Typecast to a System.Drawing.Rectangle
|
![]() ![]() | GreaterThan(BoundingRect, BoundingRect) |
Determins whether r2 is contained in r1.
|
![]() ![]() | GreaterThan(GeoPoint2D, BoundingRect) |
Determins whether the provided point is outside of the provided ractangle
|
![]() ![]() | GreaterThanOrEqual(BoundingRect, BoundingRect) |
Determins whether r2 is contained in r1. It may also contact one ore multiple sides of the rectangle.
|
![]() ![]() | GreaterThanOrEqual(GeoPoint2D, BoundingRect) |
Determins whether the provided point is outside of the provided ractangle. It may also reside on one
of the bounding lines.
|
![]() ![]() | LessThan(BoundingRect, BoundingRect) |
Determins whether r1 is contained in r2.
|
![]() ![]() | LessThan(GeoPoint2D, BoundingRect) |
Determins whether the provided point is contained in the provided rectangle
|
![]() ![]() | LessThanOrEqual(BoundingRect, BoundingRect) |
Determins whether r1 is contained in r2. It may also contact one ore multiple sides of the rectangle.
|
![]() ![]() | LessThanOrEqual(GeoPoint2D, BoundingRect) |
Determins whether the provided point is contained in the provided rectangle. It may also reside on one
of the bounding lines.
|
![]() ![]() | Multiply |
Returns a rectangle which is scaled by the provided factor. The center remaines fixed.
|