C# Class ImageMagick.DrawableFillRule

Sets the fill rule to use while drawing polygons.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableFillRule ( FillRule fillRule )

Initializes a new instance of the DrawableFillRule class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

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.

IDrawable() public method

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
return void