GDI+ startup
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am new to GDI+. I have been working for last two years on traditional GDI. Well I am having a project in which i will require to perform following tasks and for the purpose of the same i want to use GDI+ 1.0 Saving View content to the Image files, say JPG, BMP,etc 2.0 Antialiasing line and circle drawing to get smooth plot. I am knowing that i have to redistribute teh gdiplus.dll in my application folder and set /BASE while building I just want to know that: 1.0 What are other dependebncy for GDI porting? 2.0 Can we use GDI and GDI+ in one code? 3.0 How to save the content of view to Image file? 4.0 How to draw antialiased lines, etc? Thanking You in advance Sandeep Arya Leave your mark wherever you go