[Windows Phone]取得手機的解析度大小。

  • 8907
  • 0
  • 2014-01-22

[windows phone]取得手機的解析度大小。

 

只要在想要取得的程式片段裡打

   1: string ScreenWidth = Application.Current.Host.Content.ActualWidth.ToString();//取得螢幕寬度
   2: string ScreenHeight = Application.Current.Host.Content.ActualHeight.ToString();//取得螢幕高度

 

 

第1行是取得寬度,第2行取得高度。

 

以下是執行在Emulator上的「702P」、「WVGA」、「WXGA」的結果。

 

 

(720P)

720

 

 

(WVGA)

wvga

 

 

(WXGA)

wxga

 

 

若有觀念錯誤、內容錯誤,勞請告知。 謝謝。

若要轉載請註明出處,謝謝。