C# Класс ImageMagick.DrawablePath

Draws a set of paths
Наследование: IDrawable
Показать файл Открыть проект

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

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

Initializes a new instance of the DrawablePath class.

DrawablePath ( IEnumerable paths ) : System.Collections.Generic

Initializes a new instance of the DrawablePath class.

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

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

Draws this instance with the drawing wand.

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

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

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

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

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