Size of Screen

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
Evan said:
Is there an API to know the size of screen?
int width = Screen.PrimaryScreen.Bounds.Width;
int height = Screen.PrimaryScreen.Bounds.Height;

HTH

Will Chapman
 
Back
Top