I need to capture a control that is partially or fully obscured. The resault needs to not have the obscuring control/windows in it.

Code:
                 +----------------------+
                 |                      |
                 |                      |
                 |                      |
    +------------|   Object B           |
    |            |                      |
    |            +----------------------+
    |   Object A              |
    |                         |
    +-------------------------+
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 A              |
|                         |
+-------------------------+