SVGPathSegArcAbs object
Defines a SVGPathSeg command with absolute 'arcto' path data.
![]() ![]() |
Members
The SVGPathSegArcAbs object has these types of members:
Properties
The SVGPathSegArcAbs object has these properties.
| Property | Description |
|---|---|
|
Gets or sets a value that indicates an angle unit. | |
|
Gets or sets the value of the large-arc-flag parameter. | |
|
Gets the type of the path segment. | |
|
Gets the type of the path segment, specified by the corresponding one-character command name. | |
|
Gets or sets the x-axis radius for an ellipse that is associated with a path element. | |
|
Gets or sets the y-axis radius for an ellipse that is associated with a path element. | |
|
Gets or sets the value of the sweep-flag parameter. | |
|
Gets or sets the x-coordinate value. | |
|
Gets or sets the y-coordinate value. |
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.11
Remarks
The A command uses absolute coordinates to draw an elliptical arc from the current point to (x, y). The size and orientation of the ellipse are defined by two radius values (rx, ry) and a rotationa bout the x-axis, which indicates how the ellipse is rotated relative to the current coordinate system. The center (cx, cy) of the ellipse is calculated automatically to meet the constraints from the other parameters. large-arc-flag and sweep-flag contribute to the automatic calculations and help determine how the arc is drawn.

