Esempio n. 1
0
 private void ResizeBegin(int x, int y)
 {
     // Console.WriteLine ("ResizeBegin");
     _resizing       = true;
     _selectionFrame = this.GetSelectionFrameAt(x, y);
     _selectionFrame.ResizeBegin(x, y);
 }
		private void ResizeBegin (int x, int y)
		{
			_resizing = true;
			_selectionFrame = this.GetSelectionFrameAt (x, y);
			_selectionFrame.ResizeBegin (x, y);
		}
 private void ResizeBegin(int x, int y)
 {
     _resizing       = true;
     _selectionFrame = this.GetSelectionFrameAt(x, y);
     _selectionFrame.ResizeBegin(x, y);
 }