'宣言 Public Function GetFlattened( _ ByVal pointsList As IList(Of Point), _ ByVal resolution As Double, _ ByVal x As Func(Of Integer,Double), _ ByVal y As Func(Of Integer,Double) _ ) As IList(Of Point)
public IList<Point> GetFlattened( IList<Point> pointsList, double resolution, Func<int,double> x, Func<int,double> y )