interface ICoreWebView2RasterizationScaleChangedEventHandler
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
interface ICoreWebView2RasterizationScaleChangedEventHandler
: public IUnknown
Receives RasterizationScaleChanged
events.
Summary
Members | Descriptions |
---|---|
Invoke | Called to provide the implementer with the event args for the corresponding event. |
Use the RasterizationScale
property to get the modified scale.
Applies to
Product | Introduced |
---|---|
WebView2 Win32 | 1.0.774.44 |
WebView2 Win32 Prerelease | 1.0.824 |
Members
Invoke
Called to provide the implementer with the event args for the corresponding event.
public HRESULT Invoke(ICoreWebView2Controller * sender, IUnknown * args)
There are no event args and the args parameter will be null.