我们有一个简单的要求 - 允许在图片上绘图并保存它。
我见过一个使用墨水控件的示例(我相信它是 .net 附带的),它完全符合我的要求,但是,没有人能够告诉我在哪里可以找到它或如何将它包含在我的项目中。
经过大量谷歌搜索后,我发现一个很多资源,但没有它们特别有用。
请注意,我们需要在 XP、Vista 和 7(.net 2 和 3.5)上运行的 Windows 窗体上以及 紧凑框架 6.5 (不是 平板电脑 pc)
这一定是我搜索过的最难找到的 sdk/api/参考。请有人指出我正确的方向。谢谢。
-对于紧凑框架,已建议。 .Net2.0 和 .Net3.5(不是平板电脑版本)怎么样?
We have a simple requirement - to allow drawing on top of a picture and save it.
I've seen an example using an ink control (which I am lead to believe comes with .net) that does exactly what I want, however, no one was able to tell me where to find it or how to include it in my project.
After a lot of googling, I've found a lot of resources but none of them are particularly useful.
Note that we'll need to do this on a windows form running on XP,Vista and 7, (.net 2 & 3.5) and also on the compact framework 6.5 (not tablet pc)
This has to be the most hard to find sdk/api/reference that I've ever searched for. Please can someone point me in the right direction. Thanks.
-For compact framework, this has been suggested. How about for .Net2.0 and .Net3.5 (not tablet editions)?
发布评论
评论(1)
有一个 有关 CF 中墨迹书写的文章位于此处。我怀疑您是否会对桌面有很大的可移植性,因此我倾向于通过接口抽象出您需要完成的所有墨迹工作,并根据平台处理实现。
There's an article on inking in the CF here. I doubt you're going to have a lot of portability to the desktop, so I'd be inclined to abstract all of the inking work you need to do through an interface and handle the implementation based on the platform.