C# Class ImageMagick.DrawableStrokeOpacity

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

Méthodes publiques

Méthode Description
DrawableStrokeOpacity ( Percentage opacity )

Initializes a new instance of the DrawableStrokeOpacity class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeOpacity() public méthode

Initializes a new instance of the DrawableStrokeOpacity class.
public DrawableStrokeOpacity ( Percentage opacity )
opacity Percentage The opacity.

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