ピクチャ ボックスに System.Windows.Media.Imaging.BitmapSource を描画したいと考えています。WPFアプリケーションでは、私はこれでそれを行います:
image1.Source =BitmapSource.Create(....................);
しかし今、私はフォームを持っています。フォームに PresentationCore.dll をインポートして、BitmapSource を取得します。しかし、今、このようなPictureBoxでどのように描画または表示できますか? :
pictureBox1.Image=BitmapSource.Create(.....................);
私を助けてください。ありがとう。