ImageMagick.DrawableFillRule.DrawableFillRule C# (CSharp) Method

DrawableFillRule() public method

Initializes a new instance of the DrawableFillRule class.
public DrawableFillRule ( FillRule fillRule )
fillRule FillRule The rule to use when filling drawn objects.
    public DrawableFillRule(FillRule fillRule)
    {
      FillRule = fillRule;
    }