I perform two drawing operations in my application. The first one chronologically requires me to exclude a certain rectangle from the drawing region. I accomplish this effect using the excludeClipRect member function of CDC class.
However, the second drawing operation requires me to have the ability to draw on the entire screen, including the rectangle I had excluded earlier. I have scanned through the CDC member functions list, but there does not seem to be any way to include a previously excluded clipping rectangle.
Pls somebody suggest me a way.
Many Thanks.