DrawEllipseLines abstract method

void DrawEllipseLines(
  1. num centerX,
  2. num centerY,
  3. num radiusH,
  4. num radiusV,
  5. ColorStructType color,
)

Implementation

void DrawEllipseLines(
  num centerX,
  num centerY,
  num radiusH,
  num radiusV,
  ColorStructType color,
);