Пример #1
0
		public void Consume(int x, int y, int pixel)
		{
			if (IsInZone(x, y))
				_current.Consume(x, y, pixel);
		}