Polygon |
The PolygonVertex type exposes the following members.
Name | Description | |
---|---|---|
CreateFromPoints | Creates a double linked list of PolygonVertex from the specified points and returns the first PolygonVertex. | |
Equals(Object) | (Overrides ObjectEquals(Object)) | |
Equals(PolygonVertex) | Equals (true if Point in this and next PolygonVertex are equal and if Next property in both PolygonVertex objects point to the same PolygonVertex) | |
GetHashCode | (Overrides ObjectGetHashCode) | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |