Dot Class
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
Dot Class |
Represents coordinate information is detected by sensor of pen.
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
C#
public class Dot
The Dot type exposes the following members.
| Name | Description | |
|---|---|---|
| Dot |
A constructor that constructs a Dot object
| |
| Dot(Int32, Int32, Int32, Int32, Int64, Int32, Int32, Int32, Int32, Int32, DotTypes, Int32) |
A constructor that constructs a Dot object
| |
| Dot(Int32, Int32, Int32, Int32, Int64, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, DotTypes, Int32) |
A constructor that constructs a Dot object
|
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color of the dot
| |
| DotType |
Gets or sets the type of the dot
| |
| Force |
Gets or sets the pressure of the dot
| |
| Fx |
Gets or sets the fractional part of NCode x coordinates. ( maximum value is 100 )
| |
| Fy |
Gets or sets the fractional part of NCode y coordinates. ( maximum value is 100 )
| |
| Note |
The Note Id of the NCode paper
| |
| Owner |
The Owner Id of the NCode paper
| |
| Page |
The Page Number of the NCode paper
| |
| Section |
The Section Id of the NCode paper
| |
| TiltX | ||
| TiltY | ||
| Timestamp |
Gets or sets the timestamp of the dot
| |
| Twist | ||
| X |
Gets or sets the x coordinates of NCode cell.
( NCode's cell size is 2.371mm )
| |
| Y |
Gets or sets the y coordinates of NCode cell.
( NCode's cell size is 2.371mm )
|
| Name | Description | |
|---|---|---|
| Clone | ||
| ToString | (Overrides ObjectToString.) |