Table of Contents

Class DrawablePolyline

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

Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

public sealed class DrawablePolyline : IDrawablePolyline, IDrawable
Inheritance
DrawablePolyline
Implements
IDrawablePolyline
IDrawable
Inherited Members

Constructors

DrawablePolyline(params PointD[])

Initializes a new instance of the DrawablePolyline class.

public DrawablePolyline(params PointD[] coordinates)

Parameters

coordinates PointD[]

The coordinates.

DrawablePolyline(IEnumerable<PointD>)

Initializes a new instance of the DrawablePolyline class.

public DrawablePolyline(IEnumerable<PointD> coordinates)

Parameters

coordinates IEnumerable<PointD>

The coordinates.

Properties

Coordinates

Gets the coordinates.

public IReadOnlyList<PointD> Coordinates { get; }

Property Value

IReadOnlyList<PointD>