public void RemoveStroke(Stroke stroke) { }
public bool IsStrokeSelected(Stroke stroke) { return(m_SelectedStrokes.Contains(stroke)); }
public void AddStroke(Stroke stroke) { }
/// Easier interface than overriding HandleIntersectionWith* virtual protected void HandleIntersection(Stroke stroke) { }