I am a Xamarin newbie and trying to implement a very simple artificial horizon as part of a Primary Flight Display, thing you probably know from various flight simulators.
The requirement is that the image should move and rotate inside a "box" or "frame", so the visible part of the image will be limited to a "frame".
I tried to achieve this using a grid layout and inserting the image into a cell but this does not work as expected.
Any ideas or best practices how to implement this? Many thanks.