C# Class ImageMagick.DrawableTextDecoration

Encapsulation of the DrawableTextDecoration object.
Inheritance: IDrawableTextDecoration
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextDecoration ( TextDecoration decoration )

Initializes a new instance of the DrawableTextDecoration class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextDecoration() public method

Initializes a new instance of the DrawableTextDecoration class.
public DrawableTextDecoration ( TextDecoration decoration )
decoration TextDecoration The text decoration.

IDrawable() public method

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