I have created a panel and set a background image to that panel. I then initialize a canvas to that same panel with the intention of drawing lines on top of the background image of the canvas.
When I try draw the lines though they do not appear on top of the image. It's only once I run Activity.Invalidate that I then see the lines, although that then makes the background image disappear. Anyone know where I am going wrong?
When I try draw the lines though they do not appear on top of the image. It's only once I run Activity.Invalidate that I then see the lines, although that then makes the background image disappear. Anyone know where I am going wrong?