Try using
Graphics.FromHwnd(IntPtr.Zero)instead.
It should create a graphics object for the entire screen - it's not documented in GDI+, but it something that originates in the old Windows GDI, where you would pass (C++) NULL to GetDC() to get the device context of the entire screen.




Reply With Quote