C# Класс ImageMagick.DrawablePolygon

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

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

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

Initializes a new instance of the DrawablePolygon class.

DrawablePolygon ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolygon class.

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

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

Draws this instance with the drawing wand.

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

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

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

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

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