browser class : Capture() method
Description
Captures the browser screen.
Syntax
instance.Capture()
Arguments
None.
Return value
Class | Description |
bitmap | Captured 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.