void DrawCircleLines(int centerX, int centerY, double radius, ColorC color) { return _DrawCircleLines(centerX, centerY, radius, color); }