C# Class ImageMagick.DrawableStrokeLineJoin

Encapsulation of the DrawableStrokeLineJoin object.
Inheritance: IDrawableStrokeLineJoin
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableStrokeLineJoin ( LineJoin lineJoin )

Initializes a new instance of the DrawableStrokeLineJoin class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeLineJoin() public method

Initializes a new instance of the DrawableStrokeLineJoin class.
public DrawableStrokeLineJoin ( LineJoin lineJoin )
lineJoin LineJoin The line join.

IDrawable() public method

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