Class DrawableFillRule
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the fill rule to use while drawing polygons.
public sealed class DrawableFillRule : IDrawableFillRule, IDrawable
- Inheritance
-
DrawableFillRule
- Implements
-
IDrawableFillRuleIDrawable
- Inherited Members
Constructors
DrawableFillRule(FillRule)
Initializes a new instance of the DrawableFillRule class.
public DrawableFillRule(FillRule fillRule)
Parameters
fillRule
FillRuleThe rule to use when filling drawn objects.
Properties
FillRule
Gets or sets the rule to use when filling drawn objects.
public FillRule FillRule { get; set; }
Property Value
- FillRule