Project DescriptionThis exercise WinForm project allows you to draw graph-shapes that resemble spider-webs. As the name suggests, it was written as an exercise to the WinForm world. Requires .Net v2.0.
DetailsThis project is developed as an overview of some design-patterns and WinFrom controls usage. The project will render all kinds of webs which are composed by two points with a mutual anchor.
What is there for me?
- It's fun! :)
- I put some effort into rendering anchored objects (with more options than the Anchor capabilities you get from a Control class). I did this by implementing an anchored-aware Point struct which you can use to layout your own objects. This is useful if you want to express an anchored drawing object in a mathematical way, and not bound to a WinForm Control class.
Visit this
relevant post in
my blog for more details.