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

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

Initializes a new instance of the DrawablePath class.
public DrawablePath ( ) : System.Collections.Generic
Результат System.Collections.Generic
    public DrawablePath(params IPath[] paths)
    {
      _Paths = new List<IPath>(paths);
    }

Same methods

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