create_svg_path_seg_arc_abs method
create_svg_path_seg_arc_abs
Returns a stand-alone, parentless SVGPathSegArcAbs object.
Returns
A stand-alone, parentless SVGPathSegArcAbs object.
def create_svg_path_seg_arc_abs(self, x, y, r1, r2, angle, large_arc_flag, sweep_flag):
...
Parameter | Type | Description |
---|---|---|
x | float | The absolute X coordinate for the end point of this path segment. |
y | float | The absolute Y coordinate for the end point of this path segment. |
r1 | float | The x-axis radius for the ellipse (i.e., r1). |
r2 | float | The y-axis radius for the ellipse (i.e., r2). |
angle | float | The rotation angle in degrees for the ellipse’s x-axis relative to the x-axis of the user coordinate system. |
large_arc_flag | bool | The value of the large-arc-flag parameter. |
sweep_flag | bool | The value of the large-arc-flag parameter. |
See Also
- module
aspose.svg
- class
SVGPathElement
- class
SVGPathSegArcAbs