void DrawSplineLinear( Pointer<Vector2C> points, int pointCount, double thick, ColorC color, ) { return _DrawSplineLinear(points, pointCount, thick, color); }