The methods of the BoundingBox class are listed below. For a complete list of BoundingBox class members, see the BoundingBox Members topic.
Clone | Returns an exact copy of this object |
contains | Determines if this a BoundingBox is fully inside of this object. |
equals | Determines if two BoundingBox objects are the same. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FromArray | Assign all range elements from an array of values |
getArea | Returns the physical area of this object (width x height) |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetXML | Overloaded. Returns the XML string of this feature |
Intersects | Overloaded. Determines if this BoundingBox intersects (overlaps) another BoundingBox. |
ToArray | Return an array of values that represent the values in this object |
ToString (inherited from Object) | Returns a String that represents the current Object. |
touches | Determines if this BoundingBox intersects another BoundingBox. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
BoundingBox Class | MapMatrix.Features Namespace