Table of Contents
WebView.Capture Method (Rectangle)

Captures the current rendering result.

Syntax
 public Image Capture(
   Rectangle srcRect
);

Parameters

srcRect
The area of the image to be captured.
See Also