This method of the WebBrowser class converts the client coordinates of a point to window coordinates.
public synchronized 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. |