What is the difference between GDI and GDI+?
问题 Are there any differences between those two libraries? 回答1: According to the wikipedia article on GDI: With the introduction of Windows XP, GDI was deprecated in favor of its successor, the C++ based GDI+ subsystem. GDI+ adds anti-aliased 2D graphics, floating point coordinates, gradient shading, more complex path management, intrinsic support for modern graphics-file formats like JPEG and PNG, and support for composition of affine transformations in the 2D view pipeline . 回答2: GDI is not