Managed Windows API
FromPoint Method (x, y)
NamespacesManagedWinapi.WindowsSystemWindowFromPoint(Int32, Int32)
Finds the system window below the given point. This need not be a toplevel window; disabled windows are not returned either. If you have problems with transparent windows that cover nontransparent windows, consider using FromPointEx(Int32, Int32, Boolean, Boolean), since that method tries hard to avoid this problem.
Declaration Syntax
C#
public static SystemWindow FromPoint(
	int x,
	int y
)
Parameters
x (Int32)
X coordinate
y (Int32)
Y coordinate
Return Value

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)