BoundingBox Constructor |
Namespace: Telogis.GeoBase
If the parameter-less constructor is used the bottom-left and top-right corner points will need to be set manually and Normalize called to ensure that P1 is the bottom-left corner and that P2 is the top-right corner.
To adjust the points of a BoundingBox, consider using the Add(LatLon) and Add(BoundingBox) methods and the P1 and P2 properties.
BoundingBox emptyBox = new BoundingBox(); // Creates a BoundingBox without boundaries