Table of Contents

Class DrawableBezier

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

Draws a bezier curve through a set of points on the image.

public sealed class DrawableBezier : IDrawableBezier, IDrawable
Inheritance
DrawableBezier
Implements
IDrawableBezier
IDrawable
Inherited Members

Constructors

DrawableBezier(params PointD[])

Initializes a new instance of the DrawableBezier class.

public DrawableBezier(params PointD[] coordinates)

Parameters

coordinates PointD[]

The coordinates.

DrawableBezier(IEnumerable<PointD>)

Initializes a new instance of the DrawableBezier class.

public DrawableBezier(IEnumerable<PointD> coordinates)

Parameters

coordinates IEnumerable<PointD>

The coordinates.

Properties

Coordinates

Gets the coordinates.

public IReadOnlyCollection<PointD> Coordinates { get; }

Property Value

IReadOnlyCollection<PointD>