ScreensScreenFromPoint Method
Retrieves a Screen for the display that contains the specified point.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Screen? ScreenFromPoint(
PixelPoint point
)
Public Function ScreenFromPoint (
point As PixelPoint
) As Screen
member ScreenFromPoint :
point : PixelPoint -> Screen
- point PixelPoint
- A Point that specifies the location for which to retrieve a Screen.
ScreenThe
Screen.
On mobile, this method always returns null.