gpt4 book ai didi

c# - 将背景设置为 Canvas

转载 作者:太空宇宙 更新时间:2023-11-03 21:56:30 24 4
gpt4 key购买 nike

如何在字符串路径上设置背景?

canvas1.Background = "/path/";

请帮忙!!!谢谢:)

最佳答案

我认为您正在寻找 ImageBrush类:

ImageBrush imageBrush = new ImageBrush();
imageBrush.ImageSource = new BitmapImage(new Uri(@"/path/", UriKind.Relative));
canvas1.Background = imageBrush;

关于c# - 将背景设置为 Canvas ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11992853/

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