Class PathLineToRel
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Draws a line path from the current point to the given coordinate using relative coordinates. The coordinate then becomes the new current point.
public sealed class PathLineToRel : IPathLineTo, IPath
- Inheritance
-
PathLineToRel
- Implements
-
IPathLineToIPath
- Inherited Members
Constructors
PathLineToRel(params PointD[])
Initializes a new instance of the PathLineToRel class.
public PathLineToRel(params PointD[] coordinates)
Parameters
coordinates
PointD[]The coordinates to use.
PathLineToRel(IEnumerable<PointD>)
Initializes a new instance of the PathLineToRel class.
public PathLineToRel(IEnumerable<PointD> coordinates)
Parameters
coordinates
IEnumerable<PointD>The coordinates to use.
PathLineToRel(double, double)
Initializes a new instance of the PathLineToRel class.
public PathLineToRel(double x, double y)
Parameters
Properties
Coordinates
Gets the coordinates.
public IReadOnlyList<PointD> Coordinates { get; }
Property Value
- IReadOnlyList<PointD>