Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.72 KB

icorewebview2experimentalrasterizationscalechangedeventhandler.md

File metadata and controls

48 lines (32 loc) · 1.72 KB
description title author ms.author ms.date ms.topic keywords
The caller implements this interface to receive RasterizationScaleChanged events.
WebView2 Win32 C++ ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler
MSEdgeTeam
msedgedevrel
06/03/2021
reference
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler

interface ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler

[!INCLUDE deprecation-note]

[!INCLUDE prerelease-note]

interface ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler
  : public IUnknown

The caller implements this interface to receive RasterizationScaleChanged events.

Summary

Members Descriptions
Invoke Called to provide the implementer with the event args for the corresponding event.

Use the ICoreWebView2ExperimentalController.RasterizationScale property to get the modified rasterization scale.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.721

Members

Invoke

Called to provide the implementer with the event args for the corresponding event.

public HRESULT Invoke(ICoreWebView2ExperimentalController * sender, IUnknown * args)

There are no event args and the args parameter will be null.