ImageMagick.PathArcRel.PathArcRel C# (CSharp) Метод

PathArcRel() публичный Метод

Initializes a new instance of the PathArcRel class.
public PathArcRel ( ) : System.Collections.Generic
Результат System.Collections.Generic
    public PathArcRel(params PathArc[] pathArcs)
    {
      _Coordinates = new PathArcCoordinates(pathArcs);
    }

Same methods

PathArcRel::PathArcRel ( IEnumerable pathArcs ) : System.Collections.Generic