ue_bitmap

declare=bitmap=ue_bitmap

object for

- printscreens

- save bitmaps in other formats

 

bitmap=screentofile=<handle>=<typ>=<file>

create Bitmap from handle (0 = full screen) and save this in format <typ> (BMP/JPG/GIF/TIFF/PNG) in <file>

 

Handle from current window: <window.handle>

 

Example

setvar=e_handle=<window.handle>

destroy=bitmap

declare=bitmap=ue_bitmap
bitmap=screentofile=<e_handle>=JPG=C:\bild111

bitmap=screentocb=<handle>

create Bitmap from handle and save this in bmp-format in the clipboard