C# Class ImageMagick.DrawableTextKerning

Encapsulation of the DrawableTextKerning object.
Inheritance: IDrawableTextKerning
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextKerning ( double kerning )

Initializes a new instance of the DrawableTextKerning class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextKerning() public method

Initializes a new instance of the DrawableTextKerning class.
public DrawableTextKerning ( double kerning )
kerning double Kerning to use.

IDrawable() public method

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