IGeometryPath class
Contents
[
Hide
]IGeometryPath class
Represents geometry path of GeometryShape
The IGeometryPath type exposes the following members:
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