我动态地在XAML页面中包含了一个图像:
<Image MaxHeight="400" HorizontalAlignment="Left" StretchDirection="DownOnly" Stretch="Uniform"
Source="{Binding Image.ImageData, Converter={StaticResource ImageByteConverter}}"
MouseWheel="Image_MouseWheel" />
现在我想允许用户调整图像大小,如果可能的话,通过拖放操作。我怎么能这样做?
答案 0 :(得分:-1)
将图像放在画布下。将画布高度和宽度绑定到 PointerPoint 对象