adspace


Explain About GDI object ?

Answer Posted / Rina Kumari

GDI (Graphics Device Interface) is a part of the Windows API that provides functions for creating, managing, and manipulating various graphical objects such as bitmaps, pens, brushes, fonts, and regions. Developers can use these objects to create 2D graphics, draw shapes, text, and images, and perform other graphic-related tasks in their applications. GDI objects are typically managed by creating them, modifying them as needed, and then deleting them when they are no longer required.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143