DrawCircleV function

void DrawCircleV(
  1. Vector2C center,
  2. double radius,
  3. ColorC color
)

Implementation

void DrawCircleV(Vector2C center, double radius, ColorC color) => _module.DrawCircleV(center, radius, color);