.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,152 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I have a square image like this:
<Image x:Name="ImageProfilePhoto" Aspect="AspectFill" WidthRequest="100" HeightRequest="100" />
and I want to use PickPhotoAsync to let the user to select from the device's gallery and then he should be able to move the photo inside the Image control and zoom until he is happy with the place he wants to select. Just like the Facebook profile image for example. How can i do this please. Thanks, Jassim