WebViewHost.UpdateBounds(Rect) Method

Definition

Updates the location and size of WebViewHost.

protected abstract void UpdateBounds (System.Windows.Rect bounds);
abstract member UpdateBounds : System.Windows.Rect -> unit
Protected MustOverride Sub UpdateBounds (bounds As Rect)

Parameters

bounds
Rect

A Rect containing numerical values that represent the location and size of the control.

Applies to