C# Class ImageMagick.DrawableClipPath

Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as ssize_t as it remains in effect.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableClipPath ( string clipPath )

Initializes a new instance of the DrawableClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableClipPath() public method

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