SVGPathElement.CreateSVGPathSegArcAbs
SVGPathElement.CreateSVGPathSegArcAbs method
Returns a stand-alone, parentless SVGPathSegArcAbs object.
public SVGPathSegArcAbs CreateSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle,
bool largeArcFlag, bool sweepFlag)
Parameter | Type | Description |
---|---|---|
x | Single | The absolute X coordinate for the end point of this path segment. |
y | Single | The absolute Y coordinate for the end point of this path segment. |
r1 | Single | The x-axis radius for the ellipse (i.e., r1). |
r2 | Single | The y-axis radius for the ellipse (i.e., r2). |
angle | Single | The rotation angle in degrees for the ellipse’s x-axis relative to the x-axis of the user coordinate system. |
largeArcFlag | Boolean | The value of the large-arc-flag parameter. |
sweepFlag | Boolean | The value of the large-arc-flag parameter. |
Return Value
A stand-alone, parentless SVGPathSegArcAbs object.
See Also
- class SVGPathSegArcAbs
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG