SVGPathElement.CreateSVGPathSegArcRel
SVGPathElement.CreateSVGPathSegArcRel method
Returns a stand-alone, parentless SVGPathSegArcRel object.
public SVGPathSegArcRel CreateSVGPathSegArcRel(float x, float y, float r1, float r2, float angle,
bool largeArcFlag, bool sweepFlag)
Parameter | Type | Description |
---|---|---|
x | Single | The relative X coordinate for the end point of this path segment. |
y | Single | The relative 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 SVGPathSegArcRel object.
See Also
- class SVGPathSegArcRel
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG