使用 WPF WriteableBitmap.BackBuffer 绘制线条
您是否知道任何库提供使用 WPF WriteableBitmap 和理想情况下 BackBuffer 绘制简单形状(线条和可选的其他形状)的方法? 我知道有一个针对 silverlight 的 WriteableBitmapEx 项目,但是有 WPF 等效项吗?
Do you know any library that provides methods to draw simple shapes (lines and optionally other shapes) using WPF WriteableBitmap and ideally BackBuffer?
I know that there is a WriteableBitmapEx project for silverlight but is there WPF equivalent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想这就是我问题的答案:)
I guess here is the answer to my question :)
您似乎正在使用 Bitmap,但要求使用 WriteableBitmap 的解决方案。 WPF 有一个 WriteableBitmapEx。
You seem to be using Bitmap, but asking for a solution using WriteableBitmap. There is a WriteableBitmapEx for WPF.