void DrawCircle(int centerX, int centerY, double radius, ColorC color) { return _DrawCircle(centerX, centerY, radius, color); }