コード例 #1
0
 public static int ScreenHeight(this WindowBase window)
 {
     return(window.CurrentScreen().Bounds.Height);
 }
コード例 #2
0
 public static int ScreenWidth(this WindowBase window)
 {
     return(window.CurrentScreen().Bounds.Width);
 }