WPF中如何獲得等比列縮放的視窗

2022-10-11 08:39:09 字數 542 閱讀 4100

double screenwidth;  //

滿屏視窗寬度

double screenheight; //

滿屏視窗高度

double windowwidth; //

wpf視窗寬度

double windowheight; //

wpf視窗高度

screenwidth =systemparameters.primaryscreenwidth;

screenheight =systemparameters.primaryscreenheight;

windowwidth = screenwidth/1.5;//

這裡也可以設定你想要的任何值,如:800

windowheight = screenheight*windowwidth/screenwidth;//

這個就是根據螢幕的比例自動獲得高度

this.width =windowwidth;

this.height = windowheight;

摘抄自:

如何獲得mysql資料庫的所有的列

應用場景 1 封裝jdbc 時,獲取 某一張表 table 的所有字段 列 2 報表開發 時,對錶進行操作 查詢資料庫中所有表名 select table name from information schema tables where table schema 資料庫名稱 and table t...

如何獲得expect中spawn的命令的返回值?

我們寫乙個名為test.sh的小指令碼,程式的原始碼如下 bin bash expect test x x then echo warning no data ret 1 else echo the date is ret 0 fireturn ret expect test 我們寫乙個expect...

頻譜分析中如何選擇合適的窗函式

加窗是為了減小洩漏 1 訊號截斷及能量洩漏效應 數字訊號處理的主要數學工具是傅利葉變換。應注意到,傅利葉變換是研究整個時間域和頻率域的關係。然而,當運用計算機實現工程測試訊號處理時,不可能對無限長的訊號進行測量和運算,而是取其有限的時間片段進行分析。做法是從訊號中擷取乙個時間片段,然後用觀察的訊號時...