1

Based on this post - save a graphics object to a varbinary db column c#, I created a control where I allow the user to draw on the control, and I save the drawn image to a database varbinary column. My problem is when I need to reload the signature and allow user to continue editing. I don't have all the points of the original image, so when I redraw, I only retain the user's edits.

Can somebody pls assist?

Community
  • 1
  • 1
Mike Turner
  • 471
  • 1
  • 7
  • 22

1 Answers1

0

I figured it out, I was able to set the image loaded as the image of my picture box control, I used a graphics image from that loaded image. problem solved

Mike Turner
  • 471
  • 1
  • 7
  • 22