public static extern bool ClientToScreen(IntPtr hWnd, ref Define.POINT pt);
public static extern IntPtr WindowFromPoint(Define.POINT pt);
public static extern bool GetCursorPos(ref Define.POINT pt);