C# Класс ImageMagick.DrawableLine

Draws a line on the image using the current stroke color, stroke alpha, and stroke width.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableLine ( double startX, double startY, double endX, double endY )

Initializes a new instance of the DrawableLine class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableLine class.
public DrawableLine ( double startX, double startY, double endX, double endY )
startX double The starting X coordinate.
startY double The starting Y coordinate.
endX double The ending X coordinate.
endY double The ending Y coordinate.

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

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Результат void