B birgs New member Oct 31, 2013 111 0 0 Mar 29, 2014 #1 Here the example: BitmapImage bmp =new BitmapImage(); bmp.SetSource(e.ChoosenPhoto); image1.Source = bmp; // image1 is my image result in xaml Thanks for response.
Here the example: BitmapImage bmp =new BitmapImage(); bmp.SetSource(e.ChoosenPhoto); image1.Source = bmp; // image1 is my image result in xaml Thanks for response.