C# Class ImageMagick.DrawablePushClipPath

Starts a clip path definition which is comprized of any number of drawing commands and terminated by a DrawablePopClipPath.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawablePushClipPath ( string clipPath )

Initializes a new instance of the DrawablePushClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePushClipPath() public method

Initializes a new instance of the DrawablePushClipPath class.
public DrawablePushClipPath ( string clipPath )
clipPath string The ID of the clip path.

IDrawable() public method

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