Table of Contents

Class PathLineToHorizontalAbs

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

Draws a horizontal line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point.

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

Constructors

PathLineToHorizontalAbs(double)

Initializes a new instance of the PathLineToHorizontalAbs class.

public PathLineToHorizontalAbs(double x)

Parameters

x double

The X coordinate.

Properties

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double