C# Class ImageMagick.DrawableTextInterwordSpacing

Encapsulation of the DrawableTextInterwordSpacing object.
Inheritance: IDrawableTextInterwordSpacing
Mostra file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextInterwordSpacing ( double spacing )

Initializes a new instance of the DrawableTextInterwordSpacing class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextInterwordSpacing() public method

Initializes a new instance of the DrawableTextInterwordSpacing class.
public DrawableTextInterwordSpacing ( double spacing )
spacing double Spacing 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