Extent Class |
Namespace: DHI.Mike1D.Generic.Spatial.Geometry
public class Extent
The Extent type exposes the following members.
Name | Description | |
---|---|---|
Extent |
Default constructor, creates an empty extent
| |
Extent(Extent) |
Copy constructor that ininitalizes the extent to a certain extent.
| |
Extent(Double, Double, Double, Double) |
Constructor that ininitalizes the extent to a certain extent.
|
Name | Description | |
---|---|---|
Contains |
Checks if this extent contains the xy-point
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Include(Extent) |
Make this extent include other. This will
grow this extent, if the other point is outside
this extent.
| |
Include(Double, Double) |
Make this extent include the xy-point. This will
grow this extent, if the xy-point is outside
this extent.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Overlaps |
Checks if this extent overlaps the other extent
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
XMax |
Maximum x coordinate of extent
| |
XMin |
Minimum x coordinate of extent
| |
YMax |
Maximum y coordinate of extent
| |
YMin |
Minimum y coordinate of extent
|