OpenNETCF Signature control question
- by Vaccano
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.