Пример #1
0
 private void ResizeMove()
 {
     if (Visible)
     {
         short x, y, width, height;
         PersistWindowRect.OnResize(this, out x, out y, out width, out height);
         waveTableObject.SavedWindowXLoc = x;
         waveTableObject.SavedWindowYLoc = y;
         waveTableObject.SavedWindowWidth = width;
         waveTableObject.SavedWindowHeight = height;
     }
 }
Пример #2
0
 private void ResizeMove()
 {
     if (Visible)
     {
         short x, y, width, height;
         PersistWindowRect.OnResize(this, out x, out y, out width, out height);
         savedX      = x;
         savedY      = y;
         savedWidth  = width;
         savedHeight = height;
     }
 }