WPF Image control with panning and zooming
$ dotnet add package AdvancedImageControlImage control, supporting all it's featuresAdd 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" />