Polygon |
public class PolygonPoint : TriangulationPoint
The PolygonPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| PolygonPoint | Initializes a new instance of the PolygonPoint class. |
| Name | Description | |
|---|---|---|
| Edges |
Gets the constrained edges for which this point is the upper endpoint.
(Inherited from TriangulationPoint) | |
| HasEdges |
Gets a value indicating whether this point is associated with constrained edges.
(Inherited from TriangulationPoint) | |
| Next | Gets or sets the next point in the polygon ring. | |
| Previous | Gets or sets the previous point in the polygon ring. | |
| Xf |
Gets or sets the x-coordinate as a Single.
(Inherited from TriangulationPoint) | |
| Yf |
Gets or sets the y-coordinate as a Single.
(Inherited from TriangulationPoint) |
| Name | Description | |
|---|---|---|
| AddEdge |
Adds a constrained edge to this point.
(Inherited from TriangulationPoint) | |
| 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 the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString |
Returns a string representation of this point.
(Inherited from TriangulationPoint) |
| Name | Description | |
|---|---|---|
| X |
The x- and y-coordinates of the point.
(Inherited from TriangulationPoint) | |
| Y |
The x- and y-coordinates of the point.
(Inherited from TriangulationPoint) |