Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: GenericVertex(object, PointD)

Declaration

public GenericVertex(
    object baseObject,
    PointD point
)

Summary

Represents a vertex with an explicitly specified X and Y coordinate.

Parameters

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