I am trying to make a simple application, which, when the user touches the screen, the application creates a simple point object, ellipse or sth 2d, and when the user moves his finger, he must follow, but also when there is a scond tap, at the same time you need to create and a new facility and do the same with regard to user traffic. Whenever the user fingers, the object will be deleted.
To do this, I am trying to change the touchdrawing code from this link http://www.cookingwithxaml.com/recipes/wpf4/wpf4touch.zip , but I could not figure out which method I need to change?
Can you give some advice about this, please?
Thanks.
source share