Click or drag to resize
Ab4d.SharpEngine logo

PolygonVertex Methods

The PolygonVertex type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateFromPoints Creates a double linked list of PolygonVertex from the specified points and returns the first PolygonVertex.
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Protected methodEquals(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)
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also