Explain About GDI object ?



Explain About GDI object ?..

Answer / 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

More Dot Net General Interview Questions

In code behind class, name the type of code found. Is it the server side code or client side code?

1 Answers   Accenture,


Whate are resource files?

1 Answers  


What is a delegate, How many types of delegates?

4 Answers  


Explain how to produce an assembly?

1 Answers  


What is view state?

6 Answers   TCS,


What is MSIL, IL, CTS?

3 Answers  


What are channels in .NET Remoting?

2 Answers   Rolta,


What is the difference between custom control and web control?

2 Answers  


What is the base class of Button control in .NET?

1 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


What is the use of trace utility?

1 Answers  


Categories