I have the following code
and I add some rectangles to it and some lines, basically creating a soccer field on my iPhone.
Is there a way when i click a button that it can zoom in on the goal area only?
B4X:
picCanvas.Initialize(pnlField)
and I add some rectangles to it and some lines, basically creating a soccer field on my iPhone.
Is there a way when i click a button that it can zoom in on the goal area only?