Table of Contents
WebView.Capture Method (Rectangle, Size)

Captures the current rendering result.

Syntax
 public Image Capture(
   Rectangle srcRect,
   Size targetSize
);

Parameters

srcRect
The area of the image to be captured.
targetSize
The result image size. If this size is different than the size of srcRect, the the result image is scaled to fit this size.
See Also