如何将RenderTargetBitmap对象放入SoftwareBitmap?可以将RenderTargetBitmap用作图像源,另一方面,我可以将SoftwareBitmap用作SoftwareBitmapSource并将其转换为ImageSource。但是,如何将RenderTargetBitmap直接转换为SoftwareBitmap?

最佳答案

RenderTargetBitmap。GetPixelsAsync返回一个IBuffer,您可以使用SoftwareBitmap将其复制到SoftwareBitmap中。

关于c# - C#RenderTargetBitmap到SoftwareBitmap,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/35043114/

10-09 15:52