Shape Editor

Shape Editor was developed to be a small and useful tool that use Graphics.DrawPolygon and Region to add irregular buttons to your form. There are two forms in the project. Form1 contains the code bel
Download

Shape Editor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Guerven
  • Publisher web site:
  • http://www.codeproject.com/Members/Guerven
  • File Size:
  • 23 KB

Shape Editor Tags


Shape Editor Description

Shape Editor was developed to be a small tool that use Graphics.DrawPolygon and Region to add irregular buttons to your form.I needed to plot city boundaries using VB.NET and I needed to make the plot interactive. The users would click on a city and the application should display information about that city. This led me to use Graphics.DrawPolygon to display the boundaries and apply a Region to make the shapes clickable.There are two forms in the project. Form1 contains the code below, the shape editor on the other hand can be used to generate x:y coordinates of a shape. One can draw the shape in the picture box and copy the points in the listbox.


Shape Editor Related Software