ImageMagick.DrawablePath.DrawablePath C# (CSharp) Méthode

DrawablePath() public méthode

Initializes a new instance of the DrawablePath class.
public DrawablePath ( ) : System.Collections.Generic
Résultat System.Collections.Generic
    public DrawablePath(params IPath[] paths)
    {
      _Paths = new List<IPath>(paths);
    }

Same methods

DrawablePath::DrawablePath ( IEnumerable paths ) : System.Collections.Generic