C# Класс ImageMagick.DrawablePolyline

Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
Наследование: IDrawable
Показать файл Открыть проект

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

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

Initializes a new instance of the DrawablePolyline class.

DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolyline class.

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

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

Draws this instance with the drawing wand.

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

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

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

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

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