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
-
IPathLineToHorizontalIPath
- Inherited Members
Constructors
PathLineToHorizontalAbs(double)
Initializes a new instance of the PathLineToHorizontalAbs class.
public PathLineToHorizontalAbs(double x)
Parameters
x
doubleThe X coordinate.
Properties
X
Gets or sets the X coordinate.
public double X { get; set; }