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.
我发现 WinRT 不支持 WriteableBitmap.Render() 。在 Metro 中是否有任何其他用于绘制位图图像的 API?我需要将一些 xaml 基元(矩形、圆形、路径等)渲染到 png-image。
确实还不支持。您最好的选择是使用WriteableBitmapEx或 Direct2D。