public /*interface Painter*/ void DrawSpline(List <SKPoint> points, SKPaint paint) { CG.DrawSpline(canvas, points, paint); }