silverlight如何获取远程图片的尺寸

Image img = new Image();
                img.Source = new BitmapImage(new Uri("地址"));
通过这种方式载入的

暮色呼如
浏览 297回答 2
2回答

达令说

img.Widthimg.Height

HUWWW

图片加载完后得到的原始尺寸    double height = img.ActualHeight;    double width = img.ActualWidth;
打开App,查看更多内容
随时随地看视频慕课网APP