Instance Property
segments
The path represented as path segments.
Declaration
var segments: [GSPathSegment] { get set }Declaration
@property (nonatomic, strong) NSArray<GSPathSegment *> * segments;Declaration
pyobjc_instanceMethods.segments() -> list[GSPathSegment]
pyobjc_instanceMethods.setSegments_(segments: list[GSPathSegment])Discussion
A segment runs from one on-curve node to the next on-curve node. Off-curve nodes between them become control points of the segment.
Setting this property replaces the path nodes with nodes reconstructed from the segments.
See Also
Segments
The path represented as path segments without collecting path object information.
The segment associated with a node index.
The segment associated with a node index and the node index range it covers.
See Also
Segments
The path represented as path segments without collecting path object information.
The segment associated with a node index.
The segment associated with a node index and the node index range it covers.