Answer:
The correct answer is (A) Graphic object.
A Graphic object represents a drawing surface and provides methods for rendering to that drawing surface in many programming and graphics frameworks, such as in the .NET Framework's System.Drawing namespace. This object allows you to draw shapes, text, images, and more onto a graphical canvas or surface.
Step-by-step explanation: