What is GDI + WINDOWS, in the computer software startup?
Users questions:
Experts answer:GDI + is a set of C + + classes to achieve through the application programming interface. As the GDI + graphics device interface enables application developers in the output screen and printer information when the display device without the need to consider the specific details, they simply call the GDI + class library output of some Method to complete the graphics operations, the real drawing work by these methods to the specific device driver to complete, GDI + makes the graphics hardware and applications isolated from each other, thereby allowing developers to write device-independent applications very easily.