An NDoc Documented Class Library

MakeInk.splitCStroke Method (Stroke, Single)

This works like the Microsoft Stroke.Split.

private Stroke splitCStroke(
   Stroke toSplit,
   float index
);

Parameters

toSplit
Stroke to split
index
Index to split at

Return Value

The latter part of the stroke

See Also

MakeInk Class | Converter Namespace | MakeInk.splitCStroke Overload List