I have a panel and a canvas. In the panel_touch event, I am trying to make a finger drawing that is smooth.
I have tried a rectangle drawn at my touch coodinates, however, it is very choppy, and doesn't draw a smooth line.
I have tried drawing a line from my last x and y to the new one. It's better, but still choppy. I am only invalidating the area I draw (incase this is slowing things down).
Any suggestions on how to draw smoothly on the panel? Thanks
I have tried a rectangle drawn at my touch coodinates, however, it is very choppy, and doesn't draw a smooth line.
I have tried drawing a line from my last x and y to the new one. It's better, but still choppy. I am only invalidating the area I draw (incase this is slowing things down).
Any suggestions on how to draw smoothly on the panel? Thanks