# Sandbox.Painter.Crescent

```csharp
void Crescent(Vector2 center, float radius, float cutoutRadius, Vector2 cutoutOffset)
```

Draws a circle minus an offset circular cutout using Fill and Stroke. Dimensions and offset are in drawing pixels.
Moving the cutout changes the moon's phase and direction. Disjoint circles leave a disc; a covering cutout draws nothing.

### Parameters

- `center` (`Vector2`)
- `radius` (`float`)
- `cutoutRadius` (`float`)
- `cutoutOffset` (`Vector2`)

Declared in [Sandbox.Painter](/api/Sandbox.Painter).
Assembly: `Sandbox.Engine`.
