createSVGPathSegArcAbs method

[This documentation is preliminary and is subject to change.]

Returns a stand-alone, parentless SVGPathSegArcAbs object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax

ISVGPathSegArcAbs retVal = object.createSVGPathSegArcAbs(x, y, r1, r2, angle, largeArcFlag, sweepFlag);

Standards information

Parameters

  • x [in]
    Type: float

    The absolute x-coordinate for the end point of this path segment.

  • y [in]
    Type: float

    The absolute y-coordinate for the end point of this path segment.

  • r1 [in]
    Type: float

    The x-axis radius for the ellipse.

  • r2 [in]
    Type: float

    The y-axis radius for the ellipse.

  • angle [in]
    Type: float

    The rotation angle, in degrees, for the ellipse's x-axis relative to the x-axis of the user coordinate system.

  • largeArcFlag [in]
    Type: VARIANT_BOOL

    A value of 0 indicates that the arc's measure is less than 180°. A value of 1 indicates that the arc's measure is greater than or equal to 180°

  • sweepFlag [in]
    Type: VARIANT_BOOL

    A value of 0 indicates that the arc is to be drawn in the negative angle direction (counterclockwise). A value of 1 indicates 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