class AddRoundRectPathCommand

in global :: Sandbox . Utility . Svg

See .


public AddRoundRectPathCommand( Rect Rect, float Rx, float Ry )

See .

public Rect Rect { get; set; }

😔 No documentation found.

public float Rx { get; set; }

😔 No documentation found.

public float Ry { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static bool op_Inequality( AddRoundRectPathCommand left, AddRoundRectPathCommand right )

😔 No documentation found.

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

😔 No documentation found.

public AddRoundRectPathCommand <Clone>$( )

😔 No documentation found.

public void Deconstruct( ref Rect Rect, ref float Rx, ref float Ry )

😔 No documentation found.

public PathCommand <Clone>$( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.