Class Library Documentation for Neo smartpen SDK
Dot Constructor (Int32, Int32, Int32, Int32, Int64, Int32, Int32, Int32, Int32, Int32, DotTypes, Int32) |
A constructor that constructs a Dot object
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public Dot( int owner, int section, int note, int page, long timestamp, int x, int y, int fx, int fy, int force, DotTypes type, int color )
Parameters
- owner
- Type: SystemInt32
The Owner Id of the NCode paper - section
- Type: SystemInt32
The Section Id of the NCode paper - note
- Type: SystemInt32
The Note Id of the NCode paper - page
- Type: SystemInt32
The Page Number of the NCode paper - timestamp
- Type: SystemInt64
the timestamp of the dot - x
- Type: SystemInt32
the x coordinates of NCode cell - y
- Type: SystemInt32
the y coordinates of NCode cell - fx
- Type: SystemInt32
the fractional part of NCode x coordinates - fy
- Type: SystemInt32
the fractional part of NCode y coordinates - force
- Type: SystemInt32
the pressure of the dot - type
- Type: Neosmartpen.NetDotTypes
the type of the dot - color
- Type: SystemInt32
the color of the dot
See Also