Tagged Questions

2
votes
2answers
4k views

using BitmapSource as Image source in WPF

I am trying to update an Image (_browserScreenshot below) object in XAML by changing the source image every time an event determines the source needs updating. Right now I have this: public ...