C# Class ImageMagick.DrawableTextEncoding

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

Méthodes publiques

Méthode Description
DrawableTextEncoding ( Encoding encoding ) : System.Text

Initializes a new instance of the DrawableTextEncoding class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextEncoding() public méthode

Initializes a new instance of the DrawableTextEncoding class.
public DrawableTextEncoding ( Encoding encoding ) : System.Text
encoding System.Text.Encoding Encoding to use.
Résultat System.Text

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