C# Класс ImageMagick.DrawableArc

Encapsulation of the DrawableArc object.
Наследование: IDrawableArc
Показать файл Открыть проект

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

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

Initializes a new instance of the DrawableArc class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableArc class.
public DrawableArc ( double startX, double startY, double endX, double endY, double startDegrees, double endDegrees )
startX double The starting X coordinate of the bounding rectangle.
startY double The starting Y coordinate of thebounding rectangle.
endX double The ending X coordinate of the bounding rectangle.
endY double The ending Y coordinate of the bounding rectangle.
startDegrees double The starting degrees of rotation.
endDegrees double The ending degrees of rotation.

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

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