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