Ring Methods |
The PolygonRing type exposes the following members.
Name | Description | |
---|---|---|
BoundaryIntersects(BoundingBox) |
Determines whether the Ring boundary touches or intersects with the specified
BoundingBox.
| |
BoundaryIntersects(LatLon) |
Determines whether the Ring boundary touches or intersects with the specified
line.
| |
Contains |
Determines whether the Ring contains a given point.
| |
DistanceTo |
Gets the shortest distance from the given location to the edge of this Ring. If
the given location is inside this Ring, the distance returned will be zero.
| |
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.) | |
PythagoreanDistanceTo | Obsolete. | |
QuickDistanceTo |
Gets the shortest distance from the given location to the edge of this Ring using
a Pythagorean approximation. If the given location is inside this Ring, the distance
returned will be zero.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |