SVGPathSegArcAbs Class
The SVGPathSegArcAbs interface corresponds to an "absolute arcto" (A) path data command.
Inheritance Hierarchy

Namespace: Aspose.Html.Dom.Svg.Paths
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class SVGPathSegArcAbs : SVGPathSeg

The SVGPathSegArcAbs type exposes the following members.

Properties
  NameDescription
Public propertyAngle
The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.
Public propertyLargeArcFlag
The value of the large-arc-flag parameter.
Public propertyPathSegType
The type of the path segment as specified by one of the constants defined on this interface.
(Inherited from SVGPathSeg.)
Public propertyPathSegTypeAsLetter
The type of the path segment, specified by the corresponding one character command name.
(Inherited from SVGPathSeg.)
Public propertyR1
The x-axis radius for the ellipse (i.e., r1).
Public propertyR2
The y-axis radius for the ellipse (i.e., r2).
Public propertySweepFlag
The value of the sweep-flag parameter.
Public propertyX
The absolute X coordinate for the end point of this path segment.
Public propertyY
The absolute Y coordinate for the end point of this path segment.
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also