AdvancedImageBox Control (Zoom, Pan, Regions, Selection, Cursor image) #6080
sn4k3
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Looks awesome, make a PR to https://github.com/AvaloniaCommunity/awesome-avalonia list |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some time ago I've ported a amazing ImageBox control to Avalonia, being using it on my project since switched from .NET Forms to Avalonia and required a fast ImageBox that support advanced features, such as high zoom and pan with good performance. For a while i polished the control and kept only on the main project, but i think is a waste to keep it only for myself/my project. So i created a library with it and publish as nuget package, so others can also take advantage of this control.
For docs you can either see original control documentation as i keep the most functions and names. Or explore UVtools code where i heavy use that control. Or just use Visual Studio code completion, functions are self explanatory. Hope someone can find this usefull.
https://github.com/sn4k3/UVtools/tree/master/UVtools.AvaloniaControls
https://www.nuget.org/packages/UVtools.AvaloniaControls
Beta Was this translation helpful? Give feedback.
All reactions