Lista targów rekomendowanych

Testowe targi

2009-01-09 - 0000-00-00

            FileStream fs = File.Open("test.jpg", FileMode.Open);

            System.Drawing.Bitmap dImg = new System.Drawing.Bitmap(fs);

            MemoryStream ms = new MemoryStream();

            dImg.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg);

            System.Windows.Media.Imaging.BitmapImage bImg = new System.Windows.Media.Imaging.BitmapImage();

            bImg.BeginInit();

            bImg.StreamSource = new MemoryStream(ms.ToArray());

            bImg.EndInit();

//img is an Image control.

            img.Source = bImg;

targi i wystawy