Anti-Alias
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a simple method to draw anti-alias'ed circles or lines? For example, if I use the code: pdc->Ellipse( ARect ); It draw an ellipse. Is there a simple method to define a pen type that will perform anti-aliasing for me? Thanks in advance..:confused:
-
Is there a simple method to draw anti-alias'ed circles or lines? For example, if I use the code: pdc->Ellipse( ARect ); It draw an ellipse. Is there a simple method to define a pen type that will perform anti-aliasing for me? Thanks in advance..:confused: