IWebBrowser2.ClientToWindow(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the full size of the browser window when given the specified width and height of the content area.
public:
void ClientToWindow([Runtime::InteropServices::Out] int % pcx, [Runtime::InteropServices::Out] int % pcy);
public void ClientToWindow (out int pcx, out int pcy);
abstract member ClientToWindow : int * int -> unit
Public Sub ClientToWindow (ByRef pcx As Integer, ByRef pcy As Integer)
Parameters
- pcx
- Int32
Specifies the width of the content area.
- pcy
- Int32
Specifies the height of the content area.