Declaring Type: Polygon
Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Signature | Description |
---|---|
Polygon(IEnumerable<Point>) | |
Polygon(List<List<double>>) |
public Polygon(IEnumerable<Point> coordinates);
coordinates
IEnumerable<Point>
IEnumerable<T>
public Polygon(List<List<double>> coordinates);
coordinates
List<List<double>>
List of points of coordinates on X and Y.
Documentation generated by MdDocs