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)

Syntax

Visual Basic (Declaration)
Public Sub Smooth( _ 
   ByVal SmoothLevel As Integer _ 
)
C#
public void Smooth(
   int SmoothLevel
)
C++
public:
 void Smooth(
   int SmoothLevel
) sealed 
J#
public void Smooth(
   int SmoothLevel
)
JScript
public  function Smooth(
   SmoothLevel : int
)

Parameters

SmoothLevel

Missing <param name="SmoothLevel"> tag for "M:PalmSens.Curve.Smooth(System.Int32)"

See Also