Puzzle about ExtSelectClipRgn?

Vincent Povirk madewokherd at gmail.com
Wed Dec 3 11:30:20 CST 2014


This is possible if both regions are more complex shapes (not just one
rectangle) that do not share any pixels. For example, the clip region
could consist of the rectangles (693,5)-(694,6) and (762,27)-(763,28);
and hregion could be (762,5)-(763,6) and (693,27)-(694,28).

You can use GetRegionData to determine the exact set of rectangles in
the region.



More information about the wine-devel mailing list