Click or drag to resize

Win32WindowFromPhysicalPoint Method

Get the window that contains the specified physical point.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Win32Window FromPhysicalPoint(
	POINT point
)

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
The point to be checked.

Return Value

Type: Win32Window
A Win32Window instance or null.
See Also