# Editor.ToolRender.Draw2DCross

```csharp
static void Draw2DCross(Vector2 topLeft, Vector2 bottomRight, Color color)
```

### Parameters

- `topLeft` (`Vector2`)
- `bottomRight` (`Vector2`)
- `color` (`Color`)

Declared in [Editor.ToolRender](/api/Editor.ToolRender).
Assembly: `Sandbox.Tools`.
