WPF Image control with panning and zooming
$ dotnet add package AdvancedImageControlImage control, supporting all it's featuresInstall the NuGet package:
Install-Package AdvancedImageControl
Add the following namespace to your XAML file:
xmlns:aic="clr-namespace:AdvancedImageControl;assembly=AdvancedImageControl"
Then you can use the control like this:
<aic:AdvancedImageControl Source="image.png" />