PathSegment

Overview

PathSegment is a class in Aspose.Page FOSS for Python.

A path segment with a kind and control points.

Properties: kind, points.

Properties

NameTypeAccessDescription
kindstrReadGets the kind.
pointslist[Point]ReadGets the points.

See Also