DrawEllipseLinesV function

void DrawEllipseLinesV(
  1. Vector2C center,
  2. double radiusH,
  3. double radiusV,
  4. ColorC color,
)

Implementation

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