graphic editor on c# This project is a graphical editor created using the C# programming language and Windows Forms. With this editor you can draw lines, ellipses, rectangles, cubes and much more.You can also open a table with the shapes you have already drawn, where the coordinates will be indicated
You need Visual Studio 2019 or later and the .NET Framework 4.7.2 or later to run this project. Follow these steps to install the project:
- Clone or download this repository to your computer.
- Open it in Visual Studio.
- Press F5 or select Debug > Start Debugging to run the project.
To draw, select a tool from the toolbar, such as Line, Ellipse, Rectangle, or Cube. Then click the left mouse button on the canvas and drag it to draw the shape. You can change the color, thickness, and style of the lines by selecting the appropriate options from the properties panel.
