Click or drag to resize

Polygon Constructor

Overload List
 NameDescription
Public methodPolygon(IEnumerablePolygonPoint) Create a polygon from a list of at least 3 points with no duplicates.
Public methodPolygon(IListPolygonPoint) Create a polygon from a list of at least 3 points with no duplicates.
Public methodPolygon(PolygonPoint) Create a polygon from a list of at least 3 points with no duplicates.
Top
See Also