Microsoft SDK for Java

ClientToWindow

This method of the IWebBrowser2 interface converts the client coordinates of a point to window coordinates.

Syntax

public void ClientToWindow(int[] pcx, int[] pcy);

Parameters

pcx Specifies the x-coordinate of the point in client coordinates.
pcy Specifies the y-coordinate of the point in client coordinates.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.