I have the following code
picCanvas.Initialize(pnlField)
and I add some rectangles to it and some lines, basically creating a soccer field on my iPhone. When I click the field it places a circle (where the shot was from). I then want a zoomed image of the goal where I can click where the shot ended up in the goal placing a circle there. The program will then draw a line between the 2 circles.
Erel suggested creating a new Zoomed image which I did but the issue is drawing the line between the 2 circles because they are different Zoomed images.
Is there a way when I click a button that it can zoom in on the goal area only and then zoom out to the original view?
picCanvas.Initialize(pnlField)
and I add some rectangles to it and some lines, basically creating a soccer field on my iPhone. When I click the field it places a circle (where the shot was from). I then want a zoomed image of the goal where I can click where the shot ended up in the goal placing a circle there. The program will then draw a line between the 2 circles.
Erel suggested creating a new Zoomed image which I did but the issue is drawing the line between the 2 circles because they are different Zoomed images.
Is there a way when I click a button that it can zoom in on the goal area only and then zoom out to the original view?