This method of the IWebBrowser2 interface converts the client coordinates of a point to window coordinates.
public void ClientToWindow(int[] pcx, int[] pcy);
pcx | Specifies the x-coordinate of the point in client coordinates. |
pcy | Specifies the y-coordinate of the point in client coordinates. |