Getting monitor count and their size


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. (int) System.Windows.Forms.SystemInformation.MonitorCount
  2. (Rectangle) System.Windows.Forms.Screen.AllScreens[1].WorkingArea

Report this snippet


Comments


You need to login to view comments.