GeometryPath class
Contents
[
Hide
]GeometryPath class
Represents geometry path of GeometryShape
The GeometryPath type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates instance of GeometryPath |
Properties
Property | Description |
---|---|
path_data | Returns geometry path of GeometryShape as an array of path segments. |
fill_mode | Sets fill mode |
stroke | Sets stroke appearance |
Methods
Method | Description |
---|---|
line_to | Adds line to the end of the path |
line_to | Adds line to the end of the path |
line_to | Adds line to the specified place of the path |
line_to | Adds line to the specified place of the path |
cubic_bezier_to | Adds cubic Bezier curve at the end the path |
cubic_bezier_to | Adds cubic Bezier curve at the end the path |
cubic_bezier_to | Adds cubic Bezier curve to the specified place of the path |
cubic_bezier_to | Adds cubic Bezier curve to the specified place of the path |
quadratic_bezier_to | Adds quadratic Bezier curve at the end the path |
quadratic_bezier_to | Adds quadratic Bezier curve at the end the path |
quadratic_bezier_to | Adds quadratic Bezier curve to the specified place of the path |
quadratic_bezier_to | Adds quadratic Bezier curve to the specified place of the path |
move_to | Sets next point position. |
move_to | Sets next point position. |
remove_at | Removes segment at the specified index of the geometry path. |
close_figure | Closes the current figure of this path |
arc_to | Appends the specified arc to the path. |
See Also
- module
aspose.slides
- library
Aspose.Slides