Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 791 Bytes

webviewbrush_redraw_2022175783.md

File metadata and controls

21 lines (15 loc) · 791 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.WebViewBrush.Redraw
winrt method

Windows.UI.Xaml.Controls.WebViewBrush.Redraw

-description

Causes the WebViewBrush to get updated source pixels from the associated WebView and its current content. This happens asynchronously.

-remarks

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.

-examples

-see-also

WebView