Method Func
Func(Func<int>)
Creates a Pos object that computes the position by executing the provided function. The function will be called every time the position is needed.
public static Pos Func(Func<int> function)
Creates a Pos object that computes the position by executing the provided function. The function will be called every time the position is needed.
public static Pos Func(Func<int> function)