maintStream = client.GetStream(); Image image = (Image) binFormatter.Deserialize(maintStream);
So I got from the client data that comes once a second. How do I insert them in a WPF image?
Source: https://ru.stackoverflow.com/questions/551886/
All Articles
Image
? Is itSystem.Drawing.Image
orSystem.Windows.Controls.Image
? And why do you overtake the internal .NET class over the network, and not the picture itself? - VladD