class AddCirclePathCommand

in global :: Sandbox . Utility . Svg

See .


public AddCirclePathCommand( float X, float Y, float Radius )

See .

public float X { get; set; }

😔 No documentation found.

public float Y { get; set; }

😔 No documentation found.

public float Radius { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static bool op_Inequality( AddCirclePathCommand left, AddCirclePathCommand right )

😔 No documentation found.

public static bool op_Equality( AddCirclePathCommand left, AddCirclePathCommand 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( AddCirclePathCommand other )

😔 No documentation found.

public AddCirclePathCommand <Clone>$( )

😔 No documentation found.

public void Deconstruct( ref float X, ref float Y, ref float Radius )

😔 No documentation found.

public PathCommand <Clone>$( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.