Which of the following classes is required to draw an empty circle? (Choose all that apply.)

1. System.Drawing.Graphics
2. System.Drawing.Pen
3. System.Drawing.Brush
4. System.Drawing.Bitmap

 Posted by Virendradugar on 9/18/2009 | Category: ASP.NET Interview questions | Views: 5804
Answer:

1. System.Drawing.Graphics
2. System.Drawing.Pen

Graphics class is required to draw the empty ellipse in the form of a circle,
Pen class is required to set the border properties of the circle to be drawn.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response