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