C# Class ImageMagick.DrawableStrokeLineJoin

Encapsulation of the DrawableStrokeLineJoin object.
Inheritance: IDrawableStrokeLineJoin
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

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

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

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