C# Class ImageMagick.DrawableBezier

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

Méthodes publiques

Méthode 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

Méthode Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableBezier() public méthode

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

DrawableBezier() public méthode

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