Gets the screen that contains the specified point,
or the closest screen to the point if it is outside the bounds of all screens.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Screen FromPoint(
PointF point
)
Public Shared Function FromPoint (
point As PointF
) As Screen
static member FromPoint :
point : PointF -> Screen
Parameters
- point
- Type: Eto.DrawingPointF
Point to find the screen.
Return Value
Type:
ScreenThe screen encompassing or closest the specified point.
See Also