An NDoc Documented Class Library

Corners.mergeByLength Method 

Combines substrokes that are adjacent where one is less than 20% of the length of the other.

private int[] mergeByLength(
   int[] corners
);

Parameters

corners
The corners in a stroke

Return Value

The trimmed corners array

See Also

Corners Class | Fragmenter Namespace