ImageMagick.DrawableStrokeDashArray.DrawableStrokeDashArray C# (CSharp) Method

DrawableStrokeDashArray() public method

Initializes a new instance of the DrawableStrokeDashArray class.
    public DrawableStrokeDashArray(params double[] dash)
    {
      _Dash = dash;
    }