createSVGPathSegArcAbs method
[This documentation is preliminary and is subject to change.]
Returns a stand-alone, parentless SVGPathSegArcAbs object.
![]() ![]() |
Syntax
ISVGPathSegArcAbs retVal = object.createSVGPathSegArcAbs(x, y, r1, r2, angle, largeArcFlag, sweepFlag);
Standards information
- Scalable Vector Graphics: Paths, Section 8.5.23
Parameters
x [in]
Type: floatThe absolute x-coordinate for the end point of this path segment.
y [in]
Type: floatThe absolute y-coordinate for the end point of this path segment.
r1 [in]
Type: floatThe x-axis radius for the ellipse.
r2 [in]
Type: floatThe y-axis radius for the ellipse.
angle [in]
Type: floatThe rotation angle, in degrees, for the ellipse's x-axis relative to the x-axis of the user coordinate system.
largeArcFlag [in]
Type: VARIANT_BOOLA value of
0indicates that the arc's measure is less than 180°. A value of1indicates that the arc's measure is greater than or equal to 180°sweepFlag [in]
Type: VARIANT_BOOLA value of
0indicates that the arc is to be drawn in the negative angle direction (counterclockwise). A value of1indicates that the arch is to be drawn in the positive angle direction (clockwise).
Remarks
Returns a stand-alone, parentless elliptical arc that is drawn from the current point to the specified point by using absolute coordinates.
Build date: 1/26/2012
.png)
.png)