public void RemoveOverlay(IDrawable drawable) { this.overlayDrawables.Remove(drawable); this.SetDrawables(); }
public void AddOverlay(IDrawable drawable) { this.overlayDrawables.Add(drawable); this.SetDrawables(); }