C# Класс ImageMagick.PathArc

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

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

Метод Описание
PathArc ( )

Initializes a new instance of the PathArc class.

PathArc ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep )

Initializes a new instance of the PathArc class.

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

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

Initializes a new instance of the PathArc class.
public PathArc ( )

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

Initializes a new instance of the PathArc class.
public PathArc ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep )
x double The X offset from origin.
y double The Y offset from origin.
radiusX double The X radius.
radiusY double The Y radius.
rotationX double Indicates how the ellipse as a whole is rotated relative to the /// current coordinate system.
useLargeArc bool If true then draw the larger of the available arcs.
useSweep bool If true then draw the arc matching a clock-wise rotation.