class ArcToPathCommand
in global :: Sandbox . Utility . Svg
See .
public ArcToPathCommand( float Rx, float Ry, float XAxisRotate, PathArcSize LargeArc, PathDirection Sweep, float X, float Y )
See .
public PathCommand <Clone>$( )
😔 No documentation found.
public void Deconstruct( ref float Rx, ref float Ry, ref float XAxisRotate, ref PathArcSize LargeArc, ref PathDirection Sweep, ref float X, ref float Y )
😔 No documentation found.
public ArcToPathCommand <Clone>$( )
😔 No documentation found.
public bool Equals( ArcToPathCommand 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 Type GetType( )
😔 No documentation found.
public static bool op_Equality( ArcToPathCommand left, ArcToPathCommand right )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public float Y { get; set; }
😔 No documentation found.
public float X { get; set; }
😔 No documentation found.
public PathDirection Sweep { get; set; }
😔 No documentation found.
public PathArcSize LargeArc { get; set; }
😔 No documentation found.
public float XAxisRotate { get; set; }
😔 No documentation found.
public float Ry { get; set; }
😔 No documentation found.
public static bool op_Inequality( ArcToPathCommand left, ArcToPathCommand right )
😔 No documentation found.
public float Rx { get; set; }
😔 No documentation found.