eleria Posted May 24, 2008 Posted May 24, 2008 Hi I'd be glad if someone could tell me where to find a list of all avaible functions of GDI, because even on msdn I can't find stuff like Anti Aliasing and Bilinear/Bicubic, only C/C++ code that use GDI+ libraries
Siao Posted May 24, 2008 Posted May 24, 2008 (edited) Enumerations of AA and filtering: #458911A lot can be found in MSDN, the most revelant part being "Flat API", since that's what you can DllCall...http://msdn.microsoft.com/en-us/library/ms533969(VS.85).aspx Edited May 24, 2008 by Siao "be smart, drink your wine"
danielkza Posted May 24, 2008 Posted May 24, 2008 http://msdn.microsoft.com/en-us/library/ms533969(VS.85).aspxAll this functions can be used with DllCall,but some of them may be a bit harder to implement because of all the handle/struct mess,but most are normal.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now