Enum CoreWebView2BoundsMode
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.