Click or drag to resize

PolygonPoint Class

Represents a polygon vertex with links to the adjacent polygon vertices.
Inheritance Hierarchy
SystemObject
  Poly2TriTriangulationPoint
    Poly2TriPolygonPoint

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class PolygonPoint : TriangulationPoint

The PolygonPoint type exposes the following members.

Constructors
 NameDescription
Public methodPolygonPoint Initializes a new instance of the PolygonPoint class.
Top
Properties
 NameDescription
Public propertyEdges Gets the constrained edges for which this point is the upper endpoint.
(Inherited from TriangulationPoint)
Public propertyHasEdges Gets a value indicating whether this point is associated with constrained edges.
(Inherited from TriangulationPoint)
Public propertyNext Gets or sets the next point in the polygon ring.
Public propertyPrevious Gets or sets the previous point in the polygon ring.
Public propertyXf Gets or sets the x-coordinate as a Single.
(Inherited from TriangulationPoint)
Public propertyYf Gets or sets the y-coordinate as a Single.
(Inherited from TriangulationPoint)
Top
Methods
 NameDescription
Public methodAddEdge Adds a constrained edge to this point.
(Inherited from TriangulationPoint)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a string representation of this point.
(Inherited from TriangulationPoint)
Top
Fields
 NameDescription
Public fieldX The x- and y-coordinates of the point.
(Inherited from TriangulationPoint)
Public fieldY The x- and y-coordinates of the point.
(Inherited from TriangulationPoint)
Top
See Also