SVGPathSegArcAbs Class

SVGPathSegArcAbs class

The SVGPathSegArcAbs interface corresponds to an “absolute arcto” (A) path data command.

public class SVGPathSegArcAbs : SVGPathSeg

Properties

NameDescription
[getAngle]
[setAngle] The rotation angle in degrees for the ellipse’s x-axis relative to the x-axis of the user coordinate system.
[getLargeArcFlag]
[setLargeArcFlag] The value of the large-arc-flag parameter.
getPathSegType The type of the path segment as specified by one of the constants defined on this interface.
getPathSegTypeAsLetter The type of the path segment, specified by the corresponding one character command name.
[getR1]
[setR1] The x-axis radius for the ellipse (i.e., r1).
[getR2]
[setR2] The y-axis radius for the ellipse (i.e., r2).
[getSweepFlag]
[setSweepFlag] The value of the sweep-flag parameter.
X { get; set; }The absolute X coordinate for the end point of this path segment.
Y { get; set; }The absolute Y coordinate for the end point of this path segment.

Methods

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
getPlatformType()This method is used to retrieve the ECMAScript object .

See Also