An NDoc Documented Class Library |
|
Stroke.splitSubstrokeAt Method (Int32, Int32)
Split the substroke at the given index at the point index
public
void splitSubstrokeAt(
int substrokeIndex,
int pointIndex);
Parameters
-
substrokeIndex
- Index of the substroke
-
pointIndex
- Index of the point to split at (the second half has the point)
See Also
Stroke Class | Sketch Namespace | Stroke.splitSubstrokeAt Overload List