C# Class ImageMagick.DrawableFillOpacity

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

Public Methods

Method 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 method

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

IDrawable() public method

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
return void