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