Getting Screen Resolution Programmatically on Windows Mobile
int screenWidth = Screen.PrimaryScreen.Bounds.Width;
int workingWidth = Screen.PrimaryScreen.WorkingArea.Width;
int screenHeight = Screen.PrimaryScreen.Bounds.Height;
int workingHeight = Screen.PrimaryScreen.WorkingArea.Height;
0 Responses to "Getting Screen Resolution Programmatically on Windows Mobile"
Yorum Gönder