mindee-api-dotnet

Polygon Constructors

Declaring Type: Polygon
Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

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