C# Class ImageMagick.DrawableTextDecoration

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

Méthodes publiques

Méthode Description
DrawableTextDecoration ( TextDecoration decoration )

Initializes a new instance of the DrawableTextDecoration class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextDecoration() public méthode

Initializes a new instance of the DrawableTextDecoration class.
public DrawableTextDecoration ( TextDecoration decoration )
decoration TextDecoration The text decoration.

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