C# Class ImageMagick.DrawableStrokeLineCap

Specifies the shape to be used at the end of open subpaths when they are stroked.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableStrokeLineCap ( LineCap lineCap )

Initializes a new instance of the DrawableStrokeLineCap class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeLineCap() public method

Initializes a new instance of the DrawableStrokeLineCap class.
public DrawableStrokeLineCap ( LineCap lineCap )
lineCap LineCap The line cap.

IDrawable() public method

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