Click or drag to resize

Signature Class

This class represents a parsed signature from a Scriptel ScripTouch EasyScript product.
Inheritance Hierarchy
SystemObject
  EasyScriptAPISignature

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class Signature

The Signature type exposes the following members.

Constructors
  NameDescription
Public methodSignature
Initializes a new instance of the Signature class.
Top
Methods
  NameDescription
Public methodCrop
This method crops all of the coordinates such that they fit into the width and height of the minimum bounding box for the signature.
Public methodGetBounds
This method gets the bounding box of this signature.
Public methodGetModel
The model number of the device used to generate the EasyScript string
Public methodGetProtocolVersion
Gets the protocol version used to generate the EasyScript string
Public methodGetStrokes
Returns list of strokes, each containing a list of coordinates that make up the signature.
Public methodGetVersion
The firmware version of the device used to create the string
Public methodToString
Returns a human readable string representation of this object.
(Overrides ObjectToString.)
Top
See Also