Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: GenericVertex(object, PointD)

Declaration

public GenericVertex(
    object baseObject,
    PointD point
)

Summary

Constructor.

Parameters

objectbaseObject A base object used for equality comparison. Note that differing vertices must use different objects here.
PointDpoint The coordinates of this vertex.