Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class OfflineStrokeReceivedEventArgs

    Contains properties that offline data and status of transmission for the OfflineStrokeReceived event
    Inheritance
    object
    OfflineStrokeReceivedEventArgs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Neosmartpen.Net
    Assembly: Neosmartpen.Net.dll
    Syntax
    public sealed class OfflineStrokeReceivedEventArgs

    Properties

    | Edit this page View Source

    AmountDone

    Gets amount of transmission done
    Declaration
    public int AmountDone { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Strokes

    Gets array of offline data's stroke
    Declaration
    public Stroke[] Strokes { get; }
    Property Value
    Type Description
    Stroke[]
    | Edit this page View Source

    Total

    Gets total of offline data transmission
    Declaration
    public int Total { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX