CADability dotNET

The BoundingRect type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Public propertyIsInfinite
Returns true if the BoundingRect is infinite. I.e. left and bottom equal Double.MinValue and right and top equal Double.MaxValue
Public propertyStatic memberUnitBoundingRect
Returns an empty BoundingRect which is convenient as a start for the MinMax(GeoPoint2D) method.
Public propertyWidth

Explicit Interface Implementations

See Also