OpenNETCF Signature control question

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-04-17T05:35:09Z Indexed on 2010/04/17 5:43 UTC
Read the original article Hit count: 514

Filed under:
|
|
|

I am using the Signature control in OpenNETCF. It works great for most everything I need.

However, I need a way invert the signature and load it back in.

It has a call to get the "bytes" for the signature (GetSignatureEx()). It returns a byte[] of the signature. This signature can then be loaded back in with LoadSignatureEx().

I can't seem to figure out the system for these bytes. I thought they may be coordinates, but it does not seem so now.

If anyone out there knows a way to invert the signature and load it back in, I would be grateful to hear it.

© Stack Overflow or respective owner

Related posts about opennetcf

Related posts about compact-framework