我有一个图像控件:
<Image Height="209" HorizontalAlignment="Left" Margin="66,74,0,0" Name="image1" Stretch="Fill" VerticalAlignment="Top" Width="200" />
在 wpf 应用程序中。我导入了一个将视频转换为位图图像的库,我试图将这些位图放在图像控制中。有一种方法可以返回 System.Drawing.Bitmap 对象,我想在 image1 中显示该位图。我怎么能那样做?