Show / Hide Table of Contents

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 Source

StrokeInterval(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 Source

EndIndex

The index of the last element

Declaration
public int EndIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

StartIndex

The index of the firs element

Declaration
public int StartIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

StrokeType

The StrokeType of the stroke.

Declaration
public StrokeType StrokeType
Field Value
Type Description
StrokeType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX