Table of Contents

Method Func

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Func<TPoint>(Func<TPoint, bool>)

Creates a shape from a predicate.

public static IImplicitShape<TPoint> Func<TPoint>(Func<TPoint, bool> predicate)

Parameters

predicate Func<TPoint, bool>

Function to store in the shape.

Returns

IImplicitShape<TPoint>

Type Parameters

TPoint

Type of the point.