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
-
IPathMoveToIPath
- Inherited Members
Constructors
PathMoveToRel(PointD)
Initializes a new instance of the PathMoveToRel class.
public PathMoveToRel(PointD coordinate)
Parameters
coordinate
PointDThe coordinate to use.
PathMoveToRel(double, double)
Initializes a new instance of the PathMoveToRel class.
public PathMoveToRel(double x, double y)
Parameters
Properties
Coordinate
Gets the coordinate.
public PointD Coordinate { get; }
Property Value
- PointD