Retrieves the working area for the monitor that is closest to the specified point.
[Visual Basic] Overloads Public Shared Function GetWorkingArea( _ ByVal pt As Point _ ) As Rectangle [C#] public static Rectangle GetWorkingArea( Point pt ); [C++] public: static Rectangle GetWorkingArea( Point pt ); [JScript] public static function GetWorkingArea( pt : Point ) : Rectangle;
A Rectangle that specifies the working area for the appropriate monitor. If no monitor contains the specified point, the monitor closest to the point is returned.
Screen Class | Screen Members | System.WinForms Namespace | Screen.GetWorkingArea Overload List