Overview
PathSegment is a class in Aspose.Page FOSS for Python.
A path segment with a kind and control points.
Properties: kind, points.
Properties
| Name | Type | Access | Description |
|---|
kind | str | Read | Gets the kind. |
points | list[Point] | Read | Gets the points. |
See Also