Class StrokeHelper
Helper class for locating and manipulating strokes in an online signature
Inheritance
System.Object
StrokeHelper
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public static class StrokeHelper : object
Methods
| Improve this Doc View SourceGetStrokes(Signature)
Gets the strokes from an online signature with standard features. Note that the signature has to contain T and Pressure
Declaration
public static List<StrokeInterval> GetStrokes(this Signature signature)
Parameters
| Type | Name | Description |
|---|---|---|
| Signature | signature | An online signature with standard features |
Returns
| Type | Description |
|---|---|
| List<StrokeInterval> |