Name | Description | |
---|---|---|
![]() | SvgEllipticalArcCommand Constructor | Initializes a new instance of the SvgEllipticalArcCommand class. |
The following tables list the members exposed by SvgEllipticalArcCommand.
Name | Description | |
---|---|---|
![]() | SvgEllipticalArcCommand Constructor | 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. |
![]() | CommandType | Gets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
![]() | RadiusX | Gets or sets the X-radius of the elliptical arc. |
![]() | RadiusY | Gets or sets the Y-radius of the elliptical arc. |
![]() | Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
![]() | 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. |