C# Class ImageMagick.DrawablePath

Draws a set of paths
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method 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

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePath() public method

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

DrawablePath() public method

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