New question on Freehand drawing

tsdt

Active Member
Licensed User
Hi all,

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??

Cheers
:sign0089:
 

klaus

Expert
Licensed User
Longtime User
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.

Best regards.
 

Attachments

  • DrawFreeHand.sbp
    893 bytes · Views: 197

tsdt

Active Member
Licensed User
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.

Best regards.

Thanks Klaus..

:sign0060:
 
Top