Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPF:在运行时在 WPF 中为 ScrollViewer 中的图像实现放大和缩小选项的最佳方法是什么,以及相同的其他替代方法
请提供示例代码并建议链接,我可以在其中找到示例代码以及有关缩放图像的各种方法的更多信息。
问候,安华
您可以使用 aScaleTransform进行放大和缩小,使用 aTranslateTransform进行平移
ScaleTransform
TranslateTransform
wpf 有许多平移和缩放查看器。我发现一些对学习和借用代码很有帮助的有:
WPF 扩展 http://wpfextensions.codeplex.com/
WPF http://blogs.windowsclient.net/joeyw/archive/2008/08/05/pan-and-zoom-deepzoom-style-in-wpf.aspx中的平移和缩放(DeepZoom 样式)