Free WinForms image editor control
There are a lot of image editors in C#, but I need only the control, that encapsulates the editing and that开发者_JAVA百科 I can place on my own host form.
Does anyone know of any such controls?
I got answer refer this
http://web.archive.org/web/20150302041833/http://www.codeproject.com/Articles/22776/WPF-DrawTools
This article describes the program that allows one to draw graphic objects on a WPF window using the mouse and certain drawing tools. The program supports the following tools: rectangle, ellipse, line, pencil and text. My first DrawTools article shows how to do this using Windows Forms. In the WPF version, I implemented a number of additional features requested by previous article readers:
Text tool XML serialization Drawing overlays on a background image Printing Zoom
Most of the requirement is completed by this reference
EDIT: As of 08/09/2015 the linked article was removed from http://www.codeproject.com
精彩评论