C# Class ImageMagick.DrawableTextInterlineSpacing

Sets the spacing between line in text.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextInterlineSpacing ( double spacing )

Initializes a new instance of the DrawableTextInterlineSpacing class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextInterlineSpacing() public method

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