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