mindee-api-dotnet

Polygon Constructors

Declaring Type: Polygon
Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

Signature Description
Polygon(IEnumerable<Point>)  
Polygon(List<List<double>>)  

Polygon(IEnumerable<Point>)

public Polygon(IEnumerable<Point> coordinates);

Parameters

coordinates IEnumerable<Point>

IEnumerable<T>

Polygon(List<List<double>>)

public Polygon(List<List<double>> coordinates);

Parameters

coordinates List<List<double>>

List of points of coordinates on X and Y.


Documentation generated by MdDocs