which control captures drawing?

I have a touch screen PC (not a Tablet PC). I would like to write an application to allow users to draw anything on PC and then save it as image. Which control should I use

Thanks.

Joe.



Answer this question

which control captures drawing?

  • Tiger Wong

    There's no control that does that. You'll have to write an app that uses the paint event to draw the image, and captures input to do the drawing.



  • which control captures drawing?