PathBuilder.A
PathBuilder.A method
Adds an ‘Elliptical Arc Curve’ command to the path data.
public PathBuilder A(double r1, double r2, double angle, bool largeArcFlag, bool sweepFlag,
double x, double y)
Parameter | Type | Description |
---|---|---|
r1 | Double | The x-radius of the ellipse. |
r2 | Double | The y-radius of the ellipse. |
angle | Double | The rotation angle of the ellipse in degrees. |
largeArcFlag | Boolean | Flag indicating if the arc should be greater than or equal to 180 degrees. |
sweepFlag | Boolean | Flag indicating if the arc should be drawn in a positive angle direction. |
x | Double | The x-coordinate of the end point of the arc. |
y | Double | The y-coordinate of the end point of the arc. |
Return Value
The current PathBuilder instance.
See Also
- class PathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG