Table of Contents

Class PathLineToHorizontalRel

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

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.

public sealed class PathLineToHorizontalRel : IPathLineToHorizontal, IPath
Inheritance
PathLineToHorizontalRel
Implements
IPathLineToHorizontal
IPath
Inherited Members

Constructors

PathLineToHorizontalRel(double)

Initializes a new instance of the PathLineToHorizontalRel class.

public PathLineToHorizontalRel(double x)

Parameters

x double

The X coordinate.

Properties

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double