C# Class ImageMagick.DrawablePopClipPath

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

Méthodes publiques

Méthode Description
DrawablePopClipPath ( )

Initializes a new instance of the DrawablePopClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePopClipPath() public méthode

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

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