WebViewBrush.Redraw Method

Definition

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.

Applies to

See also