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

Captures the current rendering result and returns the raw bitmap data.

Syntax
 public RawBitmapData CaptureRaw(
   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