void DrawEllipse( int centerX, int centerY, double radiusH, double radiusV, ColorC color, ) { return _DrawEllipse(centerX, centerY, radiusH, radiusV, color); }