Class OfflineStrokeReceivedEventArgs
Contains properties that offline data and status of transmission for the OfflineStrokeReceived event
Inherited Members
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net.dll
Syntax
public sealed class OfflineStrokeReceivedEventArgs
Properties
| Edit this page View SourceAmountDone
Gets amount of transmission done
Declaration
public int AmountDone { get; }
Property Value
Type | Description |
---|---|
int |
Strokes
Gets array of offline data's stroke
Declaration
public Stroke[] Strokes { get; }
Property Value
Type | Description |
---|---|
Stroke[] |
Total
Gets total of offline data transmission
Declaration
public int Total { get; }
Property Value
Type | Description |
---|---|
int |