Table of Contents

Class PathLineToVerticalRel

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

Draws a vertical 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 PathLineToVerticalRel : IPathLineToVertical, IPath
Inheritance
PathLineToVerticalRel
Implements
IPathLineToVertical
IPath
Inherited Members

Constructors

PathLineToVerticalRel(double)

Initializes a new instance of the PathLineToVerticalRel class.

public PathLineToVerticalRel(double y)

Parameters

y double

The Y coordinate.

Properties

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double