C# Class ImageMagick.DrawableBezier

Draws a bezier curve through a set of points on the image.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableBezier ( ) : System.Collections.Generic

Initializes a new instance of the DrawableBezier class.

DrawableBezier ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawableBezier class.

Private Methods

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableBezier() public method

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

DrawableBezier() public method

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