猿问
silverlight如何获取远程图片的尺寸
Image img = new Image();
img.Source = new BitmapImage(new Uri("地址"));
通过这种方式载入的
暮色呼如
浏览 297
回答 2
2回答
达令说
img.Widthimg.Height
0
0
0
HUWWW
图片加载完后得到的原始尺寸 double height = img.ActualHeight; double width = img.ActualWidth;
0
0
0
随时随地看视频
慕课网APP
相关分类
.NET
.net 中 字符串含有超链接,如何给超链接自动加上a标签?
1 回答
请问.net 中用jquery传值安全吗?
2 回答
我要回答