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
)
Public Sub New (
protocolVersion As String,
model As String,
version As String,
strokes As List(Of List(Of Coordinate))
)
public:
Signature(
String^ protocolVersion,
String^ model,
String^ version,
List<List<Coordinate^>^>^ strokes
)
new :
protocolVersion : string *
model : string *
version : string *
strokes : List<List<Coordinate>> -> Signature
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