C# Class ImageMagick.DrawableStrokeDashOffset

Specifies the offset into the dash pattern to start the dash.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableStrokeDashOffset ( double offset )

Initializes a new instance of the DrawableStrokeDashOffset class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableStrokeDashOffset() public method

Initializes a new instance of the DrawableStrokeDashOffset class.
public DrawableStrokeDashOffset ( double offset )
offset double The dash offset.

IDrawable() public method

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