Tuesday, December 31, 2013

Dynamic image displaying in WinRT

Hi,


Use these codes below:



private async void Button_Click_1(object sender, RoutedEventArgs e)
{
BitmapImage bitmap = await GetImage();
image.Source = bitmap;
}

See Asynchronous programming in winrt



We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

Click HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.


No comments:

Post a Comment