首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
WPF Image Source 设置相对路径图片
WPF Image Source 设置相对路径图片
mac
2022-06-30
29
BitmapImage bt =
new
BitmapImage(
new
Uri(
"
Images\\3_u10484.png
"
, UriKind.Relative));this.Img1.Source = bt;
转载于:https://www.cnblogs.com/SeNaiTes/p/9476368.html
相关资源:JAVA上百实例源码以及开源项目
转载请注明原文地址: https://mac.8miu.com/read-56264.html
最新回复
(
0
)