C# Class ImageMagick.PathLineToHorizontalRel

Draws a horizontal line path from the current point to the target point using relative coordinates. The target point then becomes the new current point.
Inheritance: IPath
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
IPath ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

PathLineToHorizontalRel ( double x )

Initializes a new instance of the PathLineToHorizontalRel class.

Method Details

IPath() public method

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

PathLineToHorizontalRel() public method

Initializes a new instance of the PathLineToHorizontalRel class.
public PathLineToHorizontalRel ( double x )
x double The X coordinate.