Board index » cppbuilder » anti alias

anti alias


2005-06-25 11:38:41 AM
cppbuilder64
Hi,
How can I draw a line or cirle with anit-alias on a form/canvas?
Thanks!
chenzero
 
 

Re:anti alias

chenzero wrote:
Quote
How can I draw a line or cirle with anit-alias on a form/canvas?
Use GDI+ which support antialiasing natively.
SetSmoothingMode(SmoothingModeAntiAlias); tells gdi+ to use it.
If you don't know how to use gdi+ with bcb, have a look at:
www.leunen.com/cbuilder/gdiplus.html
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
www.leunen.com/
----------------------------------------