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.
我目前在我的项目中有一个图像,我在其上放置了一个矩形(当你按下箭头键时它会移动)。我的目标是让用户移动这个矩形来显示图像的哪个区域是裁剪后的结果。请参阅下面的屏幕截图。矩形为 W:60;H:150;
接下来我想要单击一个按钮,并将矩形覆盖的区域转移到另一个与矩形大小相同的图像容器中。
到目前为止,在搜索谷歌之后我无法实现这一点......你们中的任何人都可以提供帮助吗?
谢谢!
您需要使用 CroppedBitmap 类
<CroppedBitmap x:Key="croppedImage" Source="{StaticResource masterImage}" SourceRect="30 20 105 50"/>
用矩形的矩形坐标替换 sourcerect