C# Class ImageMagick.DrawableStrokeDashOffset

Specifies the offset into the dash pattern to start the dash.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode 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 méthode

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

IDrawable() public méthode

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