asked 38.6k views
5 votes
To represents a drawing surface and provides methods for rendering to that drawing surface? (A) Graphic object (B) Pens object (C) Brushes object (D) Colors object

asked
User Singing
by
8.0k points

1 Answer

4 votes

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:

answered
User Ferrangb
by
7.6k points