ScreensScreenFromPoint Method

Retrieves a Screen for the display that contains the specified point.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Screen? ScreenFromPoint(
	PixelPoint point
)

Parameters

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

Return Value

Screen
The Screen.

Remarks

On mobile, this method always returns null.

See Also