ISignatureProtocol Interface |
Namespace: EasyScriptAPI
The ISignatureProtocol type exposes the following members.
Name | Description | |
---|---|---|
GetCancelStream |
This method should return the character that denotes that a signature has been canceled.
| |
GetEndStream |
This method should return the character that denotes the end of a new
signature.
| |
GetHeight |
This method should return the height of the device's display in pixels.
| |
GetPenUp |
This method should return the character that denotes a 'pen up' event,
or the start of a new signature.
signature.
| |
GetSentinel |
This method should return the "sentinel" for the stream, the set of
characters immediately following the start character.
| |
GetStartStream |
This method should return the character that denotes the start of a new
signature.
| |
GetWidth |
This method should return the width of the device's display in pixels.
| |
GetXValues |
This method should return a two dimensional array containing the values
for the high and low x bytes
| |
GetYValues |
This method should return a two dimensional array containing the values
for the high and low y bytes
|