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