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/
----------------------------------------