Example #1
0
 private State ProcessNextPoint(State state, PointF next)
 {
     return state.ProcessNext(next);
 }