Page 1 of 1

Nice article about drawing using the WinAPI

Posted: Sun Feb 17, 2008 1:54 pm
by milan1612
Hi guys,
I found a nice article that explains the whole drawing
process when using the Windows API. Very informative...

Here's the link: http://www.codeproject.com/KB/GDI/updatergn.aspx
Although the codes are written in C++/MFC it's quite easy to
adapt them as the MFC Methods are equally named as the API Functions.

Regards, Milan