NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Screen.FromPoint

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;

Parameters

point
A TBD that specifies the location for which to retrieve a Screen.

Return Value

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.

See Also

Screen Class | Screen Members | System.WinForms Namespace | FromControl | FromHandle | FromRectangle