Declaring Type: Polygon
Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
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