C# Class ImageMagick.DrawableStrokeWidth

Sets the width of the stroke used to draw object outlines.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableStrokeWidth ( double width )

Initializes a new instance of the DrawableStrokeWidth class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeWidth() public method

Initializes a new instance of the DrawableStrokeWidth class.
public DrawableStrokeWidth ( double width )
width double The width.

IDrawable() public method

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