Finds the system window below the given point. This method uses a more
sophisticated algorithm than FromPoint(Int32, Int32), but is slower.
Declaration Syntax
C# |
public static SystemWindow FromPointEx( int x, int y, bool toplevel, bool enabledOnly )
Return Value