_GETwindowMap Scol 5.x or above required
Retrieves the graphic content of a Window (even if hidden).
Prototype :
fun [ObjBitmap ObjWin ObjWin] ObjBitmap
- ObjBitmap : the target bitmap
- ObjWin : window to capture
- ObjWin : window hosting an ActiveX if any (can be the same than captured window or child)
Return : ObjBitmap the bitmap or nil if error.
See also :
_CAPTUREscreen
_GETbitmapFromObjWin
Example :