Click here to Skip to main content
16,016,759 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have found tutorial or reference on msdn about GDI+.
But non of them has format Gdi'p' .
When i look into real life application they are like GdipGetImagePixelFormat().

Why ?

NOTE: Using GDI+ (Windows)[^]

What I have tried:

Google but there is nothing on this topic!
Posted
Updated 14-Jun-16 22:05pm
Comments
Richard Deeming 14-Jun-16 17:38pm    
The "p" stands for "plus", because function names can't contain "+". :)

 
Share this answer
 
Comments
Member 11346124 16-Jun-16 18:17pm    
but these functions are not Gdipxxx
Richard MacCutchan 17-Jun-16 4:09am    
Why is that important? If you want to learn GDI+ then study the documentation, and stop worrying about names.
GdipXXX are the native GDI+ apis exported by the dll.

The header file has also several C++ wrappers around these apis and GDI+ objects. In this way you can avoid, among other things, memory leaks.
 
Share this answer
 
Comments
Member 11346124 14-Jun-16 18:02pm    
Recommend me where can i get GDIP+ tutorial ( MSDN Link ) ?
Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900