class AddPolyPathCommand

in global :: Sandbox . Utility . Svg

See , .


public IReadOnlyList<Vector2> Points { get; set; }

😔 No documentation found.

public bool Close { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static bool op_Inequality( AddPolyPathCommand left, AddPolyPathCommand right )

😔 No documentation found.

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

😔 No documentation found.

public AddPolyPathCommand <Clone>$( )

😔 No documentation found.

public void Deconstruct( ref IReadOnlyList<Vector2> Points, ref bool Close )

😔 No documentation found.

public PathCommand <Clone>$( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public AddPolyPathCommand( IReadOnlyList<Vector2> Points, bool Close )

😔 No documentation found.