예제 #1
0
        public void SetWindowInfo(WindowStateInfo WindowInfo)
        {
            this.mWindowInfo = WindowInfo;

            mParentForm.Location    = new System.Drawing.Point(mWindowInfo.Left, mWindowInfo.Top);
            mParentForm.Size        = new System.Drawing.Size(mWindowInfo.Width, mWindowInfo.Height);
            mParentForm.WindowState = mWindowInfo.WindowState;
        }
예제 #2
0
		public void SetWindowInfo(WindowStateInfo WindowInfo)
		{
			this.mWindowInfo = WindowInfo;

			mParentForm.Location = new System.Drawing.Point(mWindowInfo.Left, mWindowInfo.Top);
			mParentForm.Size = new System.Drawing.Size(mWindowInfo.Width, mWindowInfo.Height);
			mParentForm.WindowState = mWindowInfo.WindowState;
		}