C# Class ImageMagick.PathLineToVerticalAbs

Draws a vertical line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point.
Inheritance: IPath
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
IPath ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

PathLineToVerticalAbs ( double y )

Initializes a new instance of the PathLineToVerticalAbs class.

Method Details

IPath() public méthode

Draws this instance with the drawing wand.
public IPath ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Résultat void

PathLineToVerticalAbs() public méthode

Initializes a new instance of the PathLineToVerticalAbs class.
public PathLineToVerticalAbs ( double y )
y double The Y coordinate.