Class DrawableClipRule
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the polygon fill rule to be used by the clipping path.
public sealed class DrawableClipRule : IDrawableClipRule, IDrawable
- Inheritance
-
DrawableClipRule
- Implements
-
IDrawableClipRuleIDrawable
- Inherited Members
Constructors
DrawableClipRule(FillRule)
Initializes a new instance of the DrawableClipRule class.
public DrawableClipRule(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