Stroke.Add Method

Neo smartpen SDK

StrokeAdd Method

Adds a new Dot to the current Stroke object.

Namespace:  Neosmartpen.Net
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public void Add(
	Dot dot
)

Parameters

dot
Type: Neosmartpen.NetDot
Dot object
See Also