Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class DotReceivedEventArgs

    Contains properties that data of coordinate with the DotReceived event
    Inheritance
    object
    DotReceivedEventArgs
    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 DotReceivedEventArgs

    Properties

    | Edit this page View Source

    Dot

    Gets coordinate data of pen
    Declaration
    public Dot Dot { get; }
    Property Value
    Type Description
    Dot
    | Edit this page View Source

    ImageProcessingInfo

    Declaration
    public ImageProcessingInfo ImageProcessingInfo { get; }
    Property Value
    Type Description
    ImageProcessingInfo
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX