BoundingBox Methods |
The BoundingBox type exposes the following members.
Name | Description | |
---|---|---|
Add(BoundingBox) |
Inflate the BoundingBox to include this box.
| |
Add(LatLon) |
Inflate the BoundingBox to contain the given point.
| |
Clone |
Makes a clone of the BoundingBox.
| |
Contains(BoundingBox) |
Tests to see if this BoundingBox fully contains another bounding box.
| |
Contains(LatLon) |
Test if a given point lies within this BoundingBox. Points on the edge
of the BoundingBox are considered to be outside.
| |
Equals(BoundingBox) |
Compares this object to the parameter BoundingBox.
| |
Equals(Object) |
Compares this object to the parameter object.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns a unique integer for this object.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Inflate(Double) |
Make each side of the BoundingBox bigger or smaller by the given number of degrees.
| |
Inflate(Double, Double) |
Makes each side of the BoundingBox bigger or smaller by the given number of degrees.
| |
InflateBy |
Multiply the BoundingBox dimensions by the given amount.
| |
Intersection |
Gets the intersection of two BoundingBoxes. There can be anywhere between zero and two
intersection areas.
| |
Intersects |
Test whether this BoundingBox intersects with the specified
BoundingBox.
| |
Normalize | ||
Render |
Renders the BoundingBox on a given graphics output with a given context.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |