Instance Method
segment(atNodeIndex:)segmentAtNodeIndex:segmentAtNodeIndex_
The segment associated with a node index.
Declaration
func segment(atNodeIndex idx: Int) -> GSPathSegment?Declaration
- (GSPathSegment *) segmentAtNodeIndex:(NSInteger) idx;Declaration
segmentAtNodeIndex_(idx: int) -> GSPathSegmentDiscussion
Off-curve node indices resolve to the following on-curve node.
Returns nil when no segment can be resolved for the index.
See Also
Segments
The path represented as path segments.
The path represented as path segments without collecting path object information.
The segment associated with a node index and the node index range it covers.
See Also
Segments
The path represented as path segments.
The path represented as path segments without collecting path object information.
The segment associated with a node index and the node index range it covers.