DrawEllipseLines function
Implementation
void DrawEllipseLines(
int centerX,
int centerY,
double radiusH,
double radiusV,
Color color,
) => raylib.DrawEllipseLines(centerX, centerY, radiusH, radiusV, color.ptr.ref);
void DrawEllipseLines(
int centerX,
int centerY,
double radiusH,
double radiusV,
Color color,
) => raylib.DrawEllipseLines(centerX, centerY, radiusH, radiusV, color.ptr.ref);