Ejemplo n.º 1
0
 //caption was removed
 public void InvalidateCaption(IVdShape caption)
 {
     if (caption == text)
         text = null;
     else if (caption == _freeDraw)
         _freeDraw = null;
 }
Ejemplo n.º 2
0
 //caption was removed
 public void InvalidateCaption(IVdShape caption)
 {
     if (caption == text)
     {
         text = null;
     }
     else if (caption == _freeDraw)
     {
         _freeDraw = null;
     }
 }