Table of Contents

Class HandwritingSegment

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class HandwritingSegment
Inheritance
HandwritingSegment
Inherited Members

Constructors

HandwritingSegment()

public HandwritingSegment()

Fields

BeginIndex

[Value("beginIndex")]
public required ulong BeginIndex

Field Value

ulong

DrawingSegments

[Value("drawingSegments")]
public required List<HandwritingDrawingSegment> DrawingSegments

Field Value

List<HandwritingDrawingSegment>

EndIndex

[Value("endIndex")]
public required ulong EndIndex

Field Value

ulong

Grapheme

[Value("grapheme")]
public required string Grapheme

Field Value

string