C# Class ImageMagick.DrawableClipUnits

Sets the interpretation of clip path units.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableClipUnits ( ClipPathUnit units )

Initializes a new instance of the DrawableClipUnits class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableClipUnits() public method

Initializes a new instance of the DrawableClipUnits class.
public DrawableClipUnits ( ClipPathUnit units )
units ClipPathUnit The clip path units.

IDrawable() public method

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