Simple Paint application base written in C#.
A minimal drawing program that allows users to draw freely on a canvas using the mouse.
- Written in C#.
- Uses Windows Forms for the GUI.
- Renders using the built-in C# Graphics library.
- Supports basic drawing with the mouse.
- Allows users to choose different colors and brush sizes.
- Clear canvas functionality to reset the drawing area.
