DrawEllipse abstract method
Draw ellipse
Implementation
void DrawEllipse(
num centerX,
num centerY,
num radiusH,
num radiusV,
ColorStructType color,
);
Draw ellipse
void DrawEllipse(
num centerX,
num centerY,
num radiusH,
num radiusV,
ColorStructType color,
);