Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PolygonD(IEnumerable<PointD>)

Declaration

public PolygonD(
    IEnumerable<PointD> vertices
)

Summary

Initializes a polygon from a given list of vertices.

Parameters

IEnumerable<PointD>vertices Vertices (corner points) to initialize polygon from.