摘要:
public MainWindow() { InitializeComponent(); byte[] b = GetPictureData(@"F:\WPF\TestSolution\TestReatByteFromDB\Images\123.png"); BitmapImage myimg = ByteArrayToBitmapImage(b); this.testImg.Source = myimg; } public byte[] GetPictureDa... 阅读全文