Share via


IWebBrowser2.ClientToWindow(Int32, Int32) Method

Definition

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.

Applies to