Table of Contents

Class PathMoveToRel

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

Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.

public sealed class PathMoveToRel : IPathMoveTo, IPath
Inheritance
PathMoveToRel
Implements
IPathMoveTo
IPath
Inherited Members

Constructors

PathMoveToRel(PointD)

Initializes a new instance of the PathMoveToRel class.

public PathMoveToRel(PointD coordinate)

Parameters

coordinate PointD

The coordinate to use.

PathMoveToRel(double, double)

Initializes a new instance of the PathMoveToRel class.

public PathMoveToRel(double x, double y)

Parameters

x double

The X coordinate.

y double

The Y coordinate.

Properties

Coordinate

Gets the coordinate.

public PointD Coordinate { get; }

Property Value

PointD