C# Class ImageMagick.DrawablePolyline

Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
Inheritance: IDrawable
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

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

Initializes a new instance of the DrawablePolyline class.

DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolyline class.

Private Methods

Méthode Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePolyline() public méthode

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

DrawablePolyline() public méthode

Initializes a new instance of the DrawablePolyline class.
public DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic
coordinates IEnumerable The coordinates.
Résultat System.Collections.Generic