An NDoc Documented Class Library

Stroke.strokeIndexToSubstrokeIndex Method 

Given a stroke index (from Points getter), return int[2]; int[0] is the index of the substroke; int[1] is the index of the point within the substroke

public int[] strokeIndexToSubstrokeIndex(
   int strokeIndex
);

Parameters

strokeIndex

Return Value

See Also

Stroke Class | Sketch Namespace