$BlogRSDURL$>
This blog will describe some of the learning experiences that I have with .NET, some personal projects that I'm working on, and whatever other topics tickle my fancy.
My Blog LinksSite Links
Currently ReadingBlogroll
Archives
Tools |
Thursday, October 07, 2004.NET: Drawing Tool Sample
Here is a sample drawing application by Alex Farer that draws graphics objects, like lines, rectangles, ellipsis, etc, and also provides selection tools for these different graphics types. The sample looks very well structured with derived classes for each graphic type and tool. The hit testing code in the selection tools is really good.
Beyond that, Alex did a good job of creating the application framework, along with drag-drop support from the Explorer, and a most recently used list menu.
Comments:
Post a Comment
|