Table of Contents

Class PathMoveToAbs

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

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

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

Constructors

PathMoveToAbs(PointD)

Initializes a new instance of the PathMoveToAbs class.

public PathMoveToAbs(PointD coordinate)

Parameters

coordinate PointD

The coordinate to use.

PathMoveToAbs(double, double)

Initializes a new instance of the PathMoveToAbs class.

public PathMoveToAbs(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