C# Class ImageMagick.DrawablePopPattern

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

Méthodes publiques

Méthode Description
DrawablePopPattern ( )

Initializes a new instance of the DrawablePopPattern class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePopPattern() public méthode

Initializes a new instance of the DrawablePopPattern class.
public DrawablePopPattern ( )

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