class QuadToPathCommand
in global :: Sandbox . Utility . Svg
See .
public QuadToPathCommand( float X0, float Y0, float X1, float Y1 )
See .
public float X0 { get; set; }
😔 No documentation found.
public float Y0 { get; set; }
😔 No documentation found.
public float X1 { get; set; }
😔 No documentation found.
public float Y1 { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( QuadToPathCommand left, QuadToPathCommand right )
😔 No documentation found.
public static bool op_Equality( QuadToPathCommand left, QuadToPathCommand right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( PathCommand other )
😔 No documentation found.
public bool Equals( QuadToPathCommand other )
😔 No documentation found.
public QuadToPathCommand <Clone>$( )
😔 No documentation found.
public void Deconstruct( ref float X0, ref float Y0, ref float X1, ref float Y1 )
😔 No documentation found.
public PathCommand <Clone>$( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.