Dot Constructor (Int32, Int32, Int32, Int32, Int64, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, DotTypes, Int32)

Neo smartpen SDK

Dot Constructor (Int32, Int32, Int32, Int32, Int64, Int32, Int32, Int32, 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 tiltX,
	int tiltY,
	int twist,
	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
tiltX
Type: SystemInt32

[Missing <param name="tiltX"/> documentation for "M:Neosmartpen.Net.Dot.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int64,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Neosmartpen.Net.DotTypes,System.Int32)"]

tiltY
Type: SystemInt32

[Missing <param name="tiltY"/> documentation for "M:Neosmartpen.Net.Dot.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int64,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Neosmartpen.Net.DotTypes,System.Int32)"]

twist
Type: SystemInt32

[Missing <param name="twist"/> documentation for "M:Neosmartpen.Net.Dot.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int64,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Neosmartpen.Net.DotTypes,System.Int32)"]

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