We can set our "zoom" when we set our dimensions before the X2.Start is given.
It looks ugly when a change to it is done within the game loop.
We can also change the size of objects as done with Mario in the Mario Example.
We can also load a graphic to an already loaded/used body which centers the graphic over the fixture.
But a real zoom feature I didn't found anywhere.
Do we have something like a zoom or how we can get a zoom into or out of a tilemap?
Well, I tried to get the ground attached to the bottom screen edge but any math did worked since with giving the command of ivForeground.SetLayoutAnimated the ivForeground jumps to the given left and top and than starts the animation of scaling the width and height.
Of cause I changed the Duration to 5000 but this looks like it is only for the scaling not for the location change.