# Sandbox.Utility.Svg.ArcToPathCommand.Deconstruct

```csharp
void Deconstruct(out float Rx, out float Ry, out float XAxisRotate, out PathArcSize LargeArc, out PathDirection Sweep, out float X, out float Y)
```

### Parameters

- `out Rx` (`float`)
- `out Ry` (`float`)
- `out XAxisRotate` (`float`)
- `out LargeArc` (`PathArcSize`)
- `out Sweep` (`PathDirection`)
- `out X` (`float`)
- `out Y` (`float`)

Declared in [Sandbox.Utility.Svg.ArcToPathCommand](/api/Sandbox.Utility.Svg.ArcToPathCommand).
Assembly: `Sandbox.Engine`.
