Stroke Class
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
Stroke Class |
Represents coordinate of stroke.
It consist of Dot's Collection.
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
C#
public class Stroke : List<Dot>
The Stroke type exposes the following members.
| Name | Description | |
|---|---|---|
| Color |
Gets the color of the dot
| |
| Note |
Gets the Note Id of the NCode paper
| |
| Owner |
Gets the Owner Id of the NCode paper
| |
| Page |
Gets the Page Number of the NCode paper
| |
| Section |
Gets the Section Id of the NCode paper
| |
| TimeEnd |
Gets the timestamp of end point
| |
| TimeStart |
Gets the timestamp of start point
|
| Name | Description | |
|---|---|---|
| Add |
Adds a new Dot to the current Stroke object.
| |
| GetRect |
A square corresponding to the area of the stroke is obtained.
| |
| ToString | (Overrides ObjectToString.) |