-api-id | -api-type |
---|---|
M:Windows.UI.Xaml.Controls.WebViewBrush.Redraw |
winrt method |
Causes the WebViewBrush to get updated source pixels from the associated WebView and its current content. This happens asynchronously.
A WebViewBrush is basically a snapshot of the content being displayed in a WebView. It won't show animations or any dynamic changes to the content. Call Redraw if the source WebView has changed its content significantly and you want to make a new snapshot to display as the WebViewBrush content.