Property BoundingBox
BoundingBox
Get the bounding box for this IShape. This means the shape is within the bounding box and that it touches each side of the rectangle.
Postcondition: this.BoundingBox.Relate(this) == SpatialRelation.CONTAINS
Declaration
IRectangle BoundingBox { get; }
Property Value
Type | Description |
---|---|
IRectangle |