C# Class ImageMagick.DrawablePopPattern

Encapsulation of the DrawablePopPattern object.
Inheritance: IDrawablePopPattern
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawablePopPattern ( )

Initializes a new instance of the DrawablePopPattern class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePopPattern() public method

Initializes a new instance of the DrawablePopPattern class.
public DrawablePopPattern ( )

IDrawable() public method

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