Hi there, I have an application that displays 2D X-Y plots using standard GDI functions (e.g. CDC::LineTo, CDC::MoveTo). I'd like to improve the appearance of these graphics by using antialiasing. I think GDI+ supports this feature natively (not sure though) but at this time my project cannot use GDI+. Does anyone know any simple way to implement antialiasing for standard GDI primitives?
TIA, Carlos _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
