Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flicker-free PNG, how to?
Message
From
28/06/2006 17:36:51
 
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01132522
Message ID:
01132585
Views:
34
Hi Sorin,

Yes, GDI+ supports Anti-Alias
Check for the GpImage class inside _gdiplus.vcx
Then have a look at "SmoothingMode"

Here are the constants relate to that.
You might be interested in 4 - Anti Alias
#DEFINE SmoothingModeInvalid  -1 
#DEFINE SmoothingModeDefault  0 
#DEFINE SmoothingModeHighSpeed  1 
#DEFINE SmoothingModeHighQuality 2 
#DEFINE SmoothingModeNone   3 
#DEFINE SmoothingModeAntiAlias  4 
Regards

Cesar
Previous
Reply
Map
View

Click here to load this message in the networking platform