Just FYI.
It seems that the documentation example here may be invalid. There is no constructor currently that seems to match this code in the example.
Draw.PathTool(this, "tag1", false, anchors, Brushes.CornflowerBlue, DashStyleHelper.Solid, Brushes.CornflowerBlue, 40);
Oddly, the only matching constructor for a list does not allow you to specify the colour as per the example (which would be preferred),. Not sure if the code is changed or the documentation is wrong.

Comment