Table of Contents

Class PathLineToVerticalAbs

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

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.

public sealed class PathLineToVerticalAbs : IPathLineToVertical, IPath
Inheritance
PathLineToVerticalAbs
Implements
IPathLineToVertical
IPath
Inherited Members

Constructors

PathLineToVerticalAbs(double)

Initializes a new instance of the PathLineToVerticalAbs class.

public PathLineToVerticalAbs(double y)

Parameters

y double

The Y coordinate.

Properties

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double