Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PolygonD(params PointD[])

Declaration

public PolygonD(
    params PointD[] vertices
)

Summary

Initializes a polygon from a given array of vertices.

Parameters

PointD[]vertices Vertices (corner points) to initialize polygon from.