I am using the ImgLibEx.dll. I noticed that there are a lot of features in that library, which are superb. However, I think there is a missing feature to perfection, which is the freehand drawing.
Does anyone have any idea how to implement the freehand drawing from the existing feature??
You can do freehand drawing on your own, no need for a special function.
With the MouseMove event and line drawing.
Attached an example drawing onto the form, but the same can be done with the ImageLibEx.
You can do freehand drawing on your own, no need for a special function.
With the MouseMove event and line drawing.
Attached an example drawing onto the form, but the same can be done with the ImageLibEx.