91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C#根據屏幕尺寸大小重新定位控件大小和位置

發布時間:2020-07-18 19:23:53 來源:網絡 閱讀:1208 作者:zw20045 欄目:開發技術
float floScreenProportion = (float)Screen.PrimaryScreen.Bounds.Width / (float)240.0;
           CPublicParameters.P_RedineControlLocationAndSize(this, floScreenProportion);



       /// <summary>
       /// 按照屏幕尺寸自適應空間大小和位置。floScreenProportion為:屏幕尺寸/當前設計尺寸
       /// 比如當前設計尺寸為240,Screen.PrimaryScreen.Bounds.Width為獲取的實際屏幕尺寸
       /// floScreenProportion = (float)Screen.PrimaryScreen.Bounds.Width / (float)240.0;
       /// </summary>
       /// <param name="parent"></param>
       /// <param name="floScreenProportion"></param>
       public static void P_RedineControlLocationAndSize(Control parent, float floScreenProportion)
       {
           foreach (Control control in parent.Controls)//遍歷Form上的所有控件  
           {
               control.Width = (int)(floScreenProportion * control.Width);
               control.Location = new Point((int)(floScreenProportion * (float)control.Location.X), control.Location.Y);
               if (control.Controls.Count > 0)
               {
                   P_RedineControlLocationAndSize(control,floScreenProportion);
               }
           }
       }


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东明县| 高平市| 英德市| 静安区| 若尔盖县| 文登市| 昭通市| 西峡县| 莱州市| 乌拉特前旗| 琼中| 丁青县| 湖口县| 胶州市| 涞源县| 苍梧县| 涿鹿县| 滨海县| 边坝县| 平利县| 石楼县| 闵行区| 宿松县| 云浮市| 潢川县| 电白县| 昭通市| 阆中市| 英德市| 林州市| 贵溪市| 襄汾县| 本溪| 湟中县| 日土县| 甘泉县| 新兴县| 公安县| 盐山县| 巴塘县| 洮南市|