ImageMagick.PathArcAbs.PathArcAbs C# (CSharp) Method

PathArcAbs() public method

Initializes a new instance of the PathArcAbs class.
public PathArcAbs ( ) : System.Collections.Generic
return System.Collections.Generic
    public PathArcAbs(params PathArc[] pathArcs)
    {
      _Coordinates = new PathArcCoordinates(pathArcs);
    }

Same methods

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