Method In
In<TPoint>(IEnumerable<TPoint>, IImplicitShape<TPoint>)
Selects all the points in the list also in the given shape.
public static IEnumerable<TPoint> In<TPoint>(this IEnumerable<TPoint> points, IImplicitShape<TPoint> shape)
Parameters
pointsIEnumerable<TPoint>The points.
shapeIImplicitShape<TPoint>The shape.
Returns
- IEnumerable<TPoint>
Type Parameters
TPointThe point type.
Remarks
note
You can also pass an explicit shape or grid for the shape parameter.