Computer Science, asked by rekhagupta237, 1 month ago

Which of the following methods draws an ellipse on the screen using the selected Pen?
(i) Graphics Window.DrawEllipse(x, y, width, height)
(ii) GraphicsWindow.DrawImage(imageName,x,y)
(iii) Graphics Window.DrawLine(x1, y1, x2, y2)
(iv) GraphicsWindow.DrawRectangle(x, y, width, height)​

Answers

Answered by AnindyaMukherjee
2

Answer:

(i) Graphics Window.DrawEllipse(x, y, width, height)

Similar questions