add_path_segment method
add_path_segment
Adds a custom path segment to the path data.
Returns
The current PathBuilder instance.
def add_path_segment(self, segment):
...
Parameter | Type | Description |
---|---|---|
segment | str | The custom path segment string. |
See Also
- module
aspose.svg.builder
- class
PathBuilder