C# Class ImageMagick.DrawablePath

Draws a set of paths
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
DrawablePath ( ) : System.Collections.Generic

Initializes a new instance of the DrawablePath class.

DrawablePath ( IEnumerable paths ) : System.Collections.Generic

Initializes a new instance of the DrawablePath class.

Private Methods

Méthode Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePath() public méthode

Initializes a new instance of the DrawablePath class.
public DrawablePath ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DrawablePath() public méthode

Initializes a new instance of the DrawablePath class.
public DrawablePath ( IEnumerable paths ) : System.Collections.Generic
paths IEnumerable The paths to use.
Résultat System.Collections.Generic