Method List
List(IEnumerable<GridPoint2>)
Creates a 2D PointListShape with a list of given points.
public static IImplicitShape<GridPoint2> List(IEnumerable<GridPoint2> points)Parameters
- pointsIEnumerable<GridPoint2>
- List of points that conform the shape.