Ejemplo n.º 1
0
 /// <summary>
 /// OnMouseMove
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void RenderControl_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
 {
     // If user resized the selectionbox, then resize the element
     if (SelectionBox.OnMouseMove(e))
     {
         CurrentElement.Rectangle = SelectionBox.Rectangle;
     }
 }