C# Class ImageMagick.DrawableTextInterlineSpacing

Sets the spacing between line in text.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the DrawableTextInterlineSpacing class.
public DrawableTextInterlineSpacing ( double spacing )
spacing double Spacing to use.

IDrawable() public méthode

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