Smoothes the curve using one of the following smoothlevels:
  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points

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

Syntax

C#
public void Smooth(
	int SmoothLevel
)
Visual Basic (Declaration)
Public Sub Smooth ( _
	SmoothLevel As Integer _
)
Visual C++
public:
void Smooth(
	int SmoothLevel
)

Parameters

SmoothLevel
Type: System..::.Int32

[Missing <param name="SmoothLevel"/> documentation for "M:PalmSens.Curve.Smooth(System.Int32)"]

See Also