亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

洛浦县| 泸溪县| 湄潭县| 莱西市| 比如县| 宜川县| 白朗县| 岗巴县| 当涂县| 都安| 大邑县| 博兴县| 徐水县| 彰化县| 大荔县| 延边| 崇义县| 三江| 陕西省| 普陀区| 青神县| 津南区| 哈尔滨市| 无棣县| 佛冈县| 阳曲县| 新巴尔虎左旗| 大洼县| 祁连县| 宁陵县| 临湘市| 扶绥县| 平顶山市| 新干县| 昭觉县| 临桂县| 襄城县| 河西区| 科尔| 成都市| 秦皇岛市|