Re: CPaintDC class

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Alex,

BitBlt is very stupid. It just copies bits from source DC to destination
DC. You can use CPaintDC::m_ps member to figure out exact paint rectangle.

Excellent, thanks for your help :-)

Nick.


.