Click or drag to resize

ScreenFromPoint Method

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
)

Parameters

point
Type: Eto.DrawingPointF
Point to find the screen.

Return Value

Type: Screen
The screen encompassing or closest the specified point.
See Also