https://github.com/martinrepo/drawingtool
https://github.com/martinrepo/drawingtool
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinrepo/drawingtool
- Owner: MartinRepo
- Created: 2023-05-23T08:08:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T01:08:27.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T21:58:23.458Z (6 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrawingTool
This is a drawing tool which is developed by C#. it is not much functional but a project for me to learn ASP.NET development.
## Functions
- Users can draw lines by entering coordinates or click mouse on the canvas.
- Users can remove some lines if they want.
- Users can decide certain line's color.
- Users can also find intersections of lines they drawed. The color of intersections are consistent with the color they have chosen.