Silverlight , VS2008 ( , , . ...), "", , Uri , . , , , . , , , :
public void ShowPicture(Uri location)
{
Image pic = new Image();
pic.Source = new BitmapImage(location);
Grid.SetColumn(pic, 1);
Grid.SetRow(pic, 1);
LayoutRoot.Children.Add(pic);
}
, using, System.Windows.Media.Imaging.
, , , http-, Uris , , , . , .