GDI+ Code Generator

Allows the user to draw vector graphic shapes, then convert them to GDI+ code
Download

GDI+ Code Generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Richard Blythe
  • Publisher web site:
  • http://www.codeproject.com/Members/Richard-Blythe
  • Operating Systems:
  • Windows All
  • File Size:
  • 72 KB

GDI+ Code Generator Tags


GDI+ Code Generator Description

The GDI+ Code Generator application was developed to be a small tool that will allow the user to draw vector graphic shapes, then convert them to GDI+ code. I have defined the following shapes that function as vector graphics shapes. All inherit from the base class, Shape.- ShapeRectangle - ShapeTriangle - ShapeCircle - ShapeLine - ShapePolygon - ShapeText Once all the shapes have been drawn and the desired values are set, it's time to let the code generation begin! As the code is being generated, there is an important property that affects the output of all the shapes: the "Clipping" property. By default, the clipping rectangle is off and the GDI+ generation tool will make sure that all the shapes are included in the final bounds. However, there may be situations where you may want to clip the output. To turn the clipping rectangle on, navigate to File -> Show Clipping.


GDI+ Code Generator Related Software