ImageMagick.DrawablePath.DrawablePath C# (CSharp) Method

DrawablePath() public method

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

Same methods

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