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
Show file Open project: dlemstra/Magick.NET

Public Methods

Method 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

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePolyline() public method

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

DrawablePolyline() public method

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