I need to capture a control that is partially or fully obscured. The resault needs to not have the obscuring control/windows in it.
In my method, the screen capture comes up like:Code:+----------------------+
| |
| |
| |
+------------| Object B |
| | |
| +----------------------+
| Object A |
| |
+-------------------------+
The method I'm looking for would return this:Code:+------------| Object B
| |
| +-------------
| Object A |
| |
+-------------------------+
Code:+-------------------------+
| |
| |
| Object A |
| |
+-------------------------+
