ScreenFromPoint Method
Retrieves a Screen for the display that contains the specified point.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Screen? ScreenFromPoint(
PixelPoint point
)
Public Function ScreenFromPoint (
point As PixelPoint
) As Screen
member ScreenFromPoint :
point : PixelPoint -> Screen
Parameters
- PixelPoint
- A Point that specifies the location for which to retrieve a Screen.
Return Value
Remarks
On mobile, this method always returns null.