Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Windows 商店开发绘图应用程序。我想在屏幕上绘制的 XML 中保存线条和图像的信息我该怎么做,请给我建议?
尝试对行使用 XML/JSON 序列化。您可以将图像保存为 base64 字符串
JSON.NET 行序列化 winrt
如何将 Base64 字符串转换为图像,然后将其绑定到 Metro Style 应用程序中的 GridView?
在 Windows 8 应用程序中使用 C# 读取 Base64 图像