标签: c#
我做了一些研究,但我找不到将BitmapSource转换为InteropBitmap的方法。
System.Windows.Interop.InteropBitmap MyBitmap; System.Windows.Media.Imaging.BitmapSource _currentFrame = /* get the frame */; MyBitmap = Convert(_currentFrame);
如何进行转换方法?