WebViewBrush.Redraw Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the WebViewBrush to get updated source pixels from the associated WebView and its current content. This happens asynchronously.
public:
virtual void Redraw() = Redraw;
void Redraw();
public void Redraw();
function redraw()
Public Sub Redraw ()
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.