Stroke Class

Neo smartpen SDK

Stroke Class

Represents coordinate of stroke. It consist of Dot's Collection.
Inheritance Hierarchy
SystemObject  System.Collections.GenericListDot
    Neosmartpen.NetStroke

Namespace:  Neosmartpen.Net
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class Stroke : List<Dot>

The Stroke type exposes the following members.

Constructors
  NameDescription
Public methodStroke
A constructor that constructs a Stroke object
Top
Properties
  NameDescription
Public propertyColor
Gets the color of the dot
Public propertyNote
Gets the Note Id of the NCode paper
Public propertyOwner
Gets the Owner Id of the NCode paper
Public propertyPage
Gets the Page Number of the NCode paper
Public propertySection
Gets the Section Id of the NCode paper
Public propertyTimeEnd
Gets the timestamp of end point
Public propertyTimeStart
Gets the timestamp of start point
Top
Methods
  NameDescription
Public methodAdd
Adds a new Dot to the current Stroke object.
Public methodGetRect
A square corresponding to the area of the stroke is obtained.
Public methodToString (Overrides ObjectToString.)
Top
See Also