Polygon Methods |
The Polygon type exposes the following members.
Name | Description | |
---|---|---|
Contains |
Check whether a given point is inside this polygon. If the point
is inside a hole this will return false.
| |
DistanceTo |
Gets the shortest distance from the given location to the edge of this Polygon,
in the specified units. If the given location is inside this Polygon, the distance
returned will be zero. See QuickDistanceTo(LatLon, DistanceUnit) remarks for comment
on the accuracy of this method.
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |