C# Class ImageMagick.DrawableClipRule

Sets the polygon fill rule to be used by the clipping path.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableClipRule ( FillRule fillRule )

Initializes a new instance of the DrawableClipRule class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableClipRule() public method

Initializes a new instance of the DrawableClipRule class.
public DrawableClipRule ( 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