C# Class ImageMagick.DrawablePopClipPath

Encapsulation of the DrawablePopClipPath object.
Inheritance: IDrawablePopClipPath
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawablePopClipPath ( )

Initializes a new instance of the DrawablePopClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePopClipPath() public method

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

IDrawable() public method

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