DrawEllipseLines method
Implementation
void DrawEllipseLines(
int centerX,
int centerY,
double radiusH,
double radiusV,
ColorC color,
) {
return _DrawEllipseLines(centerX, centerY, radiusH, radiusV, color);
}
void DrawEllipseLines(
int centerX,
int centerY,
double radiusH,
double radiusV,
ColorC color,
) {
return _DrawEllipseLines(centerX, centerY, radiusH, radiusV, color);
}