Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Develop a C# Windows Form Application that allows users to do all of the following Draw the fellowing shapes: Line Oval . Rectangle | Triangle
Develop a C# Windows Form Application that allows users to do all of the
following
Draw the fellowing shapes:
Line
Oval
Rectangle
Triangle
Right triangle
Diamond
Trapezoidal
Hexagon
The Size of the Shape depends on the users Mouse Down and up and
from any point in any direction on the Drawing Panel
Use left mouse batton to draw using pen and right mouse button to
draw using brush
Task
The user will be able to select any shape a selected shape is
distinguished by filling it with yellow.
The user will be able to move the currently selected shape
The Shapes must be permanent on The Drawing Panel when the user
minimize or maximize the Form.
The user will be able to save all shapes As GIFJPEG Image selected from a save file dialog.
The user will be able to open an image and draw on it Image selected from an opes file dialog.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started