[]
Represents an elliptical arc curve command in the path data.
public class SvgEllipticalArcCommand : SvgPathCommand
Public Class SvgEllipticalArcCommand
Inherits SvgPathCommand
Name | Description |
---|---|
SvgEllipticalArcCommand(bool) | Initializes a new instance of the SvgEllipticalArcCommand class. |
Name | Description |
---|---|
ArcSize | Gets or sets a value indicating whether the arc sweep is greater than or equal to 180 degrees. |
RadiusX | Gets or sets the X-radius of the elliptical arc. |
RadiusY | Gets or sets the Y-radius of the elliptical arc. |
SweepDirection | Gets or sets a value that specifies whether the arc sweep is clockwise or counterclockwise. |
X | Gets or sets the X-coordinate of the destination point. |
XAxisRotation | Gets or sets a value indicating how the ellipse as a whole is rotated, in degrees, relative to the current coordinate system. |
Y | Gets or sets the Y-coordinate of the destination point. |