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

DrawableStrokeMiterLimit() public méthode

Initializes a new instance of the DrawableStrokeMiterLimit class.
public DrawableStrokeMiterLimit ( int miterlimit )
miterlimit int The miter limit.
    public DrawableStrokeMiterLimit(int miterlimit)
    {
      Miterlimit = miterlimit;
    }