# Sandbox.Rendering.HudPainter.DrawCircle

```csharp
void DrawCircle(Vector2 position, Vector2 size, Color color)
```

Draws a filled circle at the specified position and size.

### Parameters

- `position` (`Vector2`): The center position of the circle.
- `size` (`Vector2`): The size (diameter) of the circle.
- `color` (`Color`): The color of the circle.

Declared in [Sandbox.Rendering.HudPainter](/api/Sandbox.Rendering.HudPainter).
Assembly: `Sandbox.Engine`.
