CADability dotNET

The BoundingRect type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(BoundingRect, BoundingRect)
Public operatorStatic memberAddition(BoundingRect, Double)
Returns an inflated or deflated rectangle
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(BoundingRect to Rectangle)
Typecast to a System.Drawing.Rectangle
Public operatorStatic memberGreaterThan(BoundingRect, BoundingRect)
Determins whether r2 is contained in r1.
Public operatorStatic memberGreaterThan(GeoPoint2D, BoundingRect)
Determins whether the provided point is outside of the provided ractangle
Public operatorStatic memberGreaterThanOrEqual(BoundingRect, BoundingRect)
Determins whether r2 is contained in r1. It may also contact one ore multiple sides of the rectangle.
Public operatorStatic memberGreaterThanOrEqual(GeoPoint2D, BoundingRect)
Determins whether the provided point is outside of the provided ractangle. It may also reside on one of the bounding lines.
Public operatorStatic memberLessThan(BoundingRect, BoundingRect)
Determins whether r1 is contained in r2.
Public operatorStatic memberLessThan(GeoPoint2D, BoundingRect)
Determins whether the provided point is contained in the provided rectangle
Public operatorStatic memberLessThanOrEqual(BoundingRect, BoundingRect)
Determins whether r1 is contained in r2. It may also contact one ore multiple sides of the rectangle.
Public operatorStatic memberLessThanOrEqual(GeoPoint2D, BoundingRect)
Determins whether the provided point is contained in the provided rectangle. It may also reside on one of the bounding lines.
Public operatorStatic memberMultiply
Returns a rectangle which is scaled by the provided factor. The center remaines fixed.

See Also