SVGPathSegArcRel Class
Contents
[
Hide
]SVGPathSegArcRel class
The SVGPathSegArcRel interface corresponds to a “relative arcto” (a) path data command.
public class SVGPathSegArcRel : SVGPathSeg
Properties
| Name | Description |
|---|---|
| [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 relative X coordinate for the end point of this path segment. |
| Y { get; set; } | The relative Y coordinate for the end point of this path segment. |
Methods
| Name | Description |
|---|---|
| dispose() | Releases unmanaged and - optionally - managed resources. |
| getPlatformType() | This method is used to retrieve the ECMAScript object . |
See Also
- class SVGPathSeg
- package com.aspose.html.dom.svg.paths
- package Aspose.HTML