+ 3
How to capture the signature in c#?
I need to know how to do it for a project but I don't have idea! maybe someone can help me. it's a project with forms so I need any way that I can capture the signature in screen using a mouse
2 Antworten
+ 3
thanks I'll try to do in that way
+ 2
use system.drawing and draw points by mouse keydown event on a panel. you can get a screen capture of the panel by panel1.DrawToBitmap method.