Table of Contents

Enum CoreWebView2BoundsMode

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Mode for how the Bounds property is interpreted in relation to the RasterizationScale property.

public enum CoreWebView2BoundsMode

Fields

UseRasterizationScale = 1

Bounds property represents logical pixels and the RasterizationScale property is used to get the physical size of the WebView.

UseRawPixels = 0

Bounds property represents raw pixels. Physical size of WebView is not impacted by RasterizationScale.