gpt4 book ai didi

wpf - 在 WPF 中裁剪图像

转载 作者:行者123 更新时间:2023-12-04 16:09:37 26 4
gpt4 key购买 nike

给个图:

Image tileSet = new Image();
tileSet.Source = new BitmapImage(new Uri(@".."));

我如何裁剪它,定义一个矩形区域?

最佳答案

您可以使用 CroppedBitmap 为了那个原因

var fullBitmap = new BitmapImage(new Uri(@".."));
tileSet.Source = new CroppedBitmap(fullBitmap, new Int32Rect(0, 0, 100, 100));

关于wpf - 在 WPF 中裁剪图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33201128/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com