private bool ClipDust(int x, int y) { if (view == null) { return(!WorldView.AnyViewContains(x, y)); } return(!view.clipArea.Contains(x, y)); }