API ReferenceSandbox.Utility.Svg
QuadToPathCommandclass
See .
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public virtual override Sandbox.Utility.Svg.QuadToPathCommand <Clone>$()
public void Deconstruct(float X0, float Y0, float X1, float Y1)
| Parameter | Type | Description |
|---|---|---|
| X0 | float | — |
| Y0 | float | — |
| X1 | float | — |
| Y1 | float | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties5
Showing 5 properties
protected virtual System.Type Sandbox.Utility.Svg.QuadToPathCommand.EqualityContract { get; set; }
public float Sandbox.Utility.Svg.QuadToPathCommand.X0 { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.QuadToPathCommand.X1 { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.QuadToPathCommand.Y0 { get; set; }
Returns:
float—public float Sandbox.Utility.Svg.QuadToPathCommand.Y1 { get; set; }
Returns:
float—No results match this filter.