C# Class ImageMagick.DrawableFillOpacity

Sets the alpha to use when drawing using the fill color or fill texture.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
DrawableFillOpacity ( Percentage opacity )

Initializes a new instance of the DrawableFillOpacity class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableFillOpacity() public méthode

Initializes a new instance of the DrawableFillOpacity class.
public DrawableFillOpacity ( 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