X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=test4%2FMainPage.xaml.cs;h=2a1ef5154e9a76c5e7bf4642b4ab2767169b3433;hb=a1aee2b11bf1d315eaf4a2bbd8a96464d3848202;hp=e368a540434ea3cc2ebaf674ed7ba08b48736fde;hpb=2025e2db455b85eae3dec989bdfd39f3c1292df1;p=psychlops%2Fsilverlight.git diff --git a/test4/MainPage.xaml.cs b/test4/MainPage.xaml.cs index e368a54..2a1ef51 100644 --- a/test4/MainPage.xaml.cs +++ b/test4/MainPage.xaml.cs @@ -44,7 +44,7 @@ namespace PsychlopsSilverlight4test /* var ur = new System.Uri("Resources/Benham.png", System.UriKind.RelativeOrAbsolute); - var bitmap = new System.Windows.Media.Imaging.BitmapImage(ur); + var bitmap = new System.Windows.Media.Imaging.BitmapImage(ur); var img = new System.Windows.Controls.Image(); img.Source = bitmap; System.Windows.Controls.Canvas.SetLeft(img, 100);