browser class : Capture() method

Description

Captures the browser screen.

Syntax

instance.Capture()

Arguments

None.

Return value

ClassDescription
bitmapCaptured image.

Sample code

1:

browser b; // Main-browser

2:

bitmap bmp = b.Capture();

Notes

Captures an image of the displayed part of the page.

Links for reference

None.

Copyright © Cooker All rights reserved.