<$BlogRSDURL$>
My Blog Links
Site Links
Currently Reading
Blogroll
Archives
Tools
  • This page is powered by Blogger. Isn't yours?
  • Weblog Commenting and Trackback by HaloScan.com
  • 2RSS.com :: RSS directory
  • Listed on BlogShares
  • Blog Directory, Find A Blog, Submit A Blog, Search For The Best Blogs

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