Image img = new Image(); img.Source = new BitmapImage(new Uri("地址"));通过这种方式载入的
img.Widthimg.Height
图片加载完后得到的原始尺寸
double height = img.ActualHeight;
double width = img.ActualWidth;