DrawEllipseV function
Implementation
void DrawEllipseV(
Vector2C center,
double radiusH,
double radiusV,
ColorC color,
) => _module.DrawEllipseV(center, radiusH, radiusV, color);
void DrawEllipseV(
Vector2C center,
double radiusH,
double radiusV,
ColorC color,
) => _module.DrawEllipseV(center, radiusH, radiusV, color);