|
-
July 19th, 2005, 07:08 AM
#1
visible region of a window
I'm searching a way to get the visible region (HRGN) of a window. GetClipBox gives only a bounding box:
"The GetClipBox function retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device. The visible area is defined by the current clipping region or clip path, as well as any overlapping windows."
I tried GetClipRgn, but it only checks application set clipping regions and paths and therefor returns NULL in most cases. In contrast to GetClipBox, GetClipRgn doesn't take care of overlapping windows or parts of a window that are out of the screen bounds. I would like to have the really visible region of a specific window.
Thank you in advance.
Last edited by newdrug; July 27th, 2005 at 10:40 AM.
Reason: No answers ;(((
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|