C#RenderTargetBitmap到SoftwareBitmap

时间:2016-01-27 16:41:47

标签: c# uwp

如何将RenderTargetBitmap对象转换为SoftwareBitmap?可以将RenderTargetBitmap作为Image Source获取,另一方面我可以将SoftwareBitmap用作SoftwareBitmapSource并将其转换为ImageSource。但是如何将RenderTargetBitmap直接转换为SoftwareBitmap?

1 个答案:

答案 0 :(得分:6)

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