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