Declaration

func segment(atNodeIndex idx: Int) -> GSPathSegment?

Declaration

- (GSPathSegment *) segmentAtNodeIndex:(NSInteger) idx;

Declaration

segmentAtNodeIndex_(idx: int) -> GSPathSegment

Discussion

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

See Also

Segments