在桌面上将 OpenNetCF GetSignatureEx 转换为位图
我有一个在手持设备上运行的 SQLite 数据库,该数据库使用在 Windows Mobile 6.1 下运行的 OpenNetCF 智能设备框架 2.1 捕获签名。 使用 GetSignatureEx 方法从 Signature 控件捕获签名并将其存储在数据库中。
我现在想做的是在桌面上重构签名,但是桌面没有类似的控件。 我查看了数据,它看起来像一堆向量,这解释了为什么数据如此紧凑。
有谁知道如何使用 VB.NET 将数据转换为桌面上的位图。 谢谢。
I have a SQLite database which is running on a handheld which is capturing signatures using OpenNetCF's Smart Device Framework 2.1 running under Windows Mobile 6.1. The signatures are captured from the Signature control using the GetSignatureEx method and stored in the database.
What I want to do now is reconstitute the signatures on the desktop, but the desktop does not have a similar control. I looked at the data and it looks like a bunch of vectors, which explains why the data is so compact.
Does anyone have any idea how I can convert the data into a bitmap on the desktop using VB.NET. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 OpenNetCF 论坛上找到了我想要的东西。 该代码最初是用 C# 编写的,但没花太长时间就将其转换为 VB.NET。 该代码已在 OpenNetCF 框架 2.0 和 2.1 版本上进行了测试,但显然也适用于 1.4 版本。 科林
Found what I wanted on an OpenNetCF forum. The code was originally in C#, but didn't take too long to convert it to VB.NET. This code has been tested on version 2.0 and 2.1 of the OpenNetCF framework, but it will apparently work with version 1.4. Colin