Beispiel #1
0
 public void RemoveOverlay(IDrawable drawable)
 {
     this.overlayDrawables.Remove(drawable);
     this.SetDrawables();
 }
Beispiel #2
0
 public void AddOverlay(IDrawable drawable)
 {
     this.overlayDrawables.Add(drawable);
     this.SetDrawables();
 }