C# Класс ImageMagick.PathArcAbs

Draws an elliptical arc from the current point to (X, Y) using absolute coordinates. The size and orientation of the ellipse are defined by two radii(RadiusX, RadiusY) and an RotationX, which indicates how the ellipse as a whole is rotated relative to the current coordinate system. The center of the ellipse is calculated automagically to satisfy the constraints imposed by the other parameters. UseLargeArc and UseSweep contribute to the automatic calculations and help determine how the arc is drawn. If UseLargeArc is true then draw the larger of the available arcs. If UseSweep is true, then draw the arc matching a clock-wise rotation.
Наследование: IPath
Показать файл Открыть проект

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

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

Initializes a new instance of the PathArcAbs class.

PathArcAbs ( IEnumerable pathArcs ) : System.Collections.Generic

Initializes a new instance of the PathArcAbs class.

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

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

Draws this instance with the drawing wand.

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

PathArcAbs() публичный Метод

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

PathArcAbs() публичный Метод

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