我有 svg xml,我可以通过在 xamarin.forms 的 PCL 项目中使用 XamSVG 库将其转换为 ImageSource 或 FileImageSource。

我想将 ImageSource/FileImageSource 转换为字节数组(以获取位图)。

这可能吗 ?

最佳答案

ImageSource 不公开任何机制来检索原始图像源。相反,您需要手动保留对用于创建图像的原始源的引用。

关于image - xamarin.forms 从图像源获取字节数组,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37386617/

10-10 09:53