# Sandbox.Painter.Heart

```csharp
void Heart(Vector2 center, float size)
```

Draws a heart with two round lobes and a pointed base, using Fill and Stroke.
Size is the full width in drawing pixels; its proportions are fixed and its bounds are centered at center.

### Parameters

- `center` (`Vector2`)
- `size` (`float`)

Declared in [Sandbox.Painter](/api/Sandbox.Painter).
Assembly: `Sandbox.Engine`.
