Class StrokeInterval
Represents a stroke in an online signature
Inheritance
System.Object
StrokeInterval
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class StrokeInterval : object
Constructors
| Improve this Doc View SourceStrokeInterval(Int32, Int32, StrokeType)
Initializes a new instance of the StrokeInterval struct.
Declaration
public StrokeInterval(int startIndex, int endIndex, StrokeType strokeType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | startIndex | The index of the firs element |
| System.Int32 | endIndex | The index of the last element |
| StrokeType | strokeType | Type of the stroke. |
Fields
| Improve this Doc View SourceEndIndex
The index of the last element
Declaration
public int EndIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StartIndex
The index of the firs element
Declaration
public int StartIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StrokeType
The StrokeType of the stroke.
Declaration
public StrokeType StrokeType
Field Value
| Type | Description |
|---|---|
| StrokeType |