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