SVGPathSegArcRel Class |
Namespace: Aspose.Html.Dom.Svg.Paths
The SVGPathSegArcRel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Angle |
The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.
|
![]() | LargeArcFlag |
The value of the large-arc-flag parameter.
|
![]() | PathSegType |
The type of the path segment as specified by one of the constants defined on this interface.
(Inherited from SVGPathSeg.) |
![]() | PathSegTypeAsLetter |
The type of the path segment, specified by the corresponding one character command name.
(Inherited from SVGPathSeg.) |
![]() | R1 |
The x-axis radius for the ellipse (i.e., r1).
|
![]() | R2 |
The y-axis radius for the ellipse (i.e., r2).
|
![]() | SweepFlag |
The value of the sweep-flag parameter.
|
![]() | X |
The relative X coordinate for the end point of this path segment.
|
![]() | Y |
The relative Y coordinate for the end point of this path segment.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |