Add a point without raising the NewPoint event

Namespace:  PalmSens
Assembly:  PalmSens (in PalmSens.dll) Version: 2.3.0.0

Syntax

C#
public void AddPointSilent(
	float x,
	float y,
	CurrentRange cr,
	CurrentStatus st
)
Visual Basic (Declaration)
Public Sub AddPointSilent ( _
	x As Single, _
	y As Single, _
	cr As CurrentRange, _
	st As CurrentStatus _
)
Visual C++
public:
void AddPointSilent(
	float x, 
	float y, 
	CurrentRange^ cr, 
	CurrentStatus st
)

See Also