Beispiel #1
0
 public static Rectangle GetActiveScreenWorkingArea()
 {
     return(Screen.FromPoint(CursorPosition.GetCursorPosition()).WorkingArea);
 }
Beispiel #2
0
 public static Color GetPixelColor()
 {
     return(GetPixelColor(CursorPosition.GetCursorPosition()));
 }
Beispiel #3
0
 public static Rectangle GetActiveScreenBounds()
 {
     return(Screen.FromPoint(CursorPosition.GetCursorPosition()).Bounds);
 }