Getting Screen Resolution Programmatically on Windows Mobile

3/05/2010 04:52:00 ÖS

(0) Comments

int screenWidth = Screen.PrimaryScreen.Bounds.Width;
int workingWidth = Screen.PrimaryScreen.WorkingArea.Width;
int screenHeight = Screen.PrimaryScreen.Bounds.Height;
int workingHeight = Screen.PrimaryScreen.WorkingArea.Height;

Yasin Hasan Karanfil

0 Responses to "Getting Screen Resolution Programmatically on Windows Mobile"

Yorum Gönder