Retrieves a Screen for the monitor that contains the specified point.
[Visual Basic] Public Shared Function FromPoint( _ ByVal point As Point _ ) As Screen [C#] public static Screen FromPoint( Point point ); [C++] public: static Screen* FromPoint( Point point ); [JScript] public static function FromPoint( point : Point ) : Screen;
A Screen for the monitor that contains the point. If no monitor contains the point, then the monitor closest to the specified point is returned.
Screen Class | Screen Members | System.WinForms Namespace | FromControl | FromHandle | FromRectangle