Click or drag to resize

Signature Constructor

Initializes a new instance of the Signature class.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public Signature(
	string protocolVersion,
	string model,
	string version,
	List<List<Coordinate>> strokes
)

Parameters

protocolVersion
Type: SystemString
Protocol Version of the decoded string
model
Type: SystemString
Model number used to generate the string
version
Type: SystemString
Firmware version used to generate the string
strokes
Type: System.Collections.GenericListListCoordinate
List of strokes containing coordinates
See Also