C# Class ImageMagick.DrawableTextKerning

Encapsulation of the DrawableTextKerning object.
Inheritance: IDrawableTextKerning
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

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

Initializes a new instance of the DrawableTextKerning class.
public DrawableTextKerning ( double kerning )
kerning double Kerning 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