How to capture the signature in c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

19th Nov 2016, 5:48 PM
Jorge Sánchez
Jorge Sánchez - avatar
2 Answers
+ 3
thanks I'll try to do in that way
20th Nov 2016, 6:45 PM
Jorge Sánchez
Jorge Sánchez - avatar
+ 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.
20th Nov 2016, 6:43 PM
Ali Talebi
Ali Talebi - avatar