C# Class ImageMagick.DrawableStrokeOpacity

Encapsulation of the DrawableStrokeOpacity object.
Inheritance: IDrawableStrokeOpacity
Show file Open project: dlemstra/Magick.NET

Public Methods

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

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