Method Func
Func<TPoint>(Func<TPoint, bool>)
Creates a shape from a predicate.
public static IImplicitShape<TPoint> Func<TPoint>(Func<TPoint, bool> predicate)Parameters
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- Type of the point. 
Creates a shape from a predicate.
public static IImplicitShape<TPoint> Func<TPoint>(Func<TPoint, bool> predicate)TPointType of the point.