DrawEllipseLines method

void DrawEllipseLines(
  1. int centerX,
  2. int centerY,
  3. double radiusH,
  4. double radiusV,
  5. ColorC color,
)

Implementation

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