C# Класс ImageMagick.DrawableBezier

Draws a bezier curve through a set of points on the image.
Наследование: IDrawable
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawableBezier ( ) : System.Collections.Generic

Initializes a new instance of the DrawableBezier class.

DrawableBezier ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawableBezier class.

Приватные методы

Метод Описание
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Описание методов

DrawableBezier() публичный метод

Initializes a new instance of the DrawableBezier class.
public DrawableBezier ( ) : System.Collections.Generic
Результат System.Collections.Generic

DrawableBezier() публичный метод

Initializes a new instance of the DrawableBezier class.
public DrawableBezier ( IEnumerable coordinates ) : System.Collections.Generic
coordinates IEnumerable The coordinates.
Результат System.Collections.Generic