之前(這篇)有寫到怎麼抓螢幕的尺寸,為了讓App 可以在不同螢幕尺寸下都能保持全螢幕,可以用以下寫法。
2019/05/21
[C#] WPF Get Screen Width and Height
double screen_h = System.Windows.SystemParameters.PrimaryScreenHeight; double screen_w = System.Windows.SystemParameters.PrimaryScreenWidth;
2019/05/16
2019/05/10
訂閱:
文章 (Atom)