Computer Science, asked by devendramehar31, 9 days ago

write a program in small basic to display a colored ellipse .​

Answers

Answered by riteshvalmiki9
6

Answer:

The GraphicsWindow provides graphics related input and output functionality. For example, using this class, it is possible to draw and fill circles and rectangles.

Properties

 BackgroundColor

GraphicsWindow.BackgroundColor

Gets or sets the Background color of the Graphics Window.

Explanation:

MARK ME AS A BRAINLIST

Answered by vk5528552
1

Answer:

FillEllipse

GraphicsWindow.FillEllipse(x, y, width, height)

Fills an ellipse on the screen using the selected Brush.

x

The x co-ordinate of the ellipse.

y

The y co-ordinate of the ellipse.

width

The width of the ellipse.

height

The height of the ellipse.

Returns

Nothing

Similar questions