STNSignatureProtocolGetPenUp Method |
This method returns the character that denotes a "pen up" event,
or the start of a new stroke.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax Public Function GetPenUp As Char
public:
virtual wchar_t GetPenUp() sealed
abstract GetPenUp : unit -> char
override GetPenUp : unit -> char
Return Value
Type:
CharCharacter separating strokes
Implements
ISignatureProtocolGetPenUpSee Also