API ReferenceSandbox.Utility.Svg
ArcToPathCommandclass
See .
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public virtual override Sandbox.Utility.Svg.ArcToPathCommand <Clone>$()
public void Deconstruct(float Rx, float Ry, float XAxisRotate, Sandbox.Utility.Svg.PathArcSize LargeArc, Sandbox.Utility.Svg.PathDirection Sweep, float X, float Y)
| Parameter | Type | Description |
|---|---|---|
| Rx | float | — |
| Ry | float | — |
| XAxisRotate | float | — |
| LargeArc | PathArcSize | — |
| Sweep | PathDirection | — |
| X | float | — |
| Y | float | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties8
Showing 8 properties
protected virtual System.Type Sandbox.Utility.Svg.ArcToPathCommand.EqualityContract { get; set; }
public Sandbox.Utility.Svg.PathArcSize Sandbox.Utility.Svg.ArcToPathCommand.LargeArc { get; set; }
public float Sandbox.Utility.Svg.ArcToPathCommand.Rx { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.ArcToPathCommand.Ry { get; set; }
Returns:
float—public Sandbox.Utility.Svg.PathDirection Sandbox.Utility.Svg.ArcToPathCommand.Sweep { get; set; }
public float Sandbox.Utility.Svg.ArcToPathCommand.X { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.ArcToPathCommand.XAxisRotate { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.ArcToPathCommand.Y { get; set; }
Returns:
float—No results match this filter.