Question

I'm making a phone app where I need to know where my touch manipulation point is on the screen. I've already set the Manipulation.container to a Viewbox which i can manipulate around. However I would like to get the manipulation relative to the screen, such that I can make some calculation between the viewbox and the point on the screen. Do I have to set my manipulation.container to something else or how do I get the point relative to the screen?

Was it helpful?

Solution

A viewport controller should be used, and it enables the information through viewport property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top