This is a little toy project I did because we had an application that required a number of simple images described as vectors. There is a transparent crop box that may be dragged by its corners, or moved by left clicking and moving. The aspect ratio of the crop box is determined by the value in the combo box. The other combo box simply sets the width of the crop box, and the height is determined by the chosen aspect ratio. The crop box will snap to a proportional aspect ratio when re - sized.This was the editor I created to allow me to create and modify these simple images. The output files can be included as resources and used by my Polygon Drawing Class. (Actually, the polygon class is not used in this application, because I created it before I created the polygon class).
The use is fairly obvious for the most part. The standard file menu allows you to create, save, or open vector files. The vector is stored as a vertex list. There are two arrow keys next to the image list that allow you to rearrange the points.
Related knowledge of photo editing software:
htmlArea - Turn any TEXTAREA into a WYSIWYG editor
Editing Multiple Types of Objects with Collection Editor and Serializing Objects
FCKEditor SharePoint Integration
Simple Image Editor with Crop and Resize while Maintaining Aspect Ratio
Designer centric Wizard control
A better way to select images for your ImageList
ImageListBox - exposing localizable custom object collection as a property