Smoothes the curve using one of the following smoothlevels:
-
0 = no smooth
-
1 = 5 points
-
2 = 9 points
-
3 = 15 points
-
4 = 24 points
[Visual Basic]
Public Sub Smooth( _
ByVal
SmoothLevel As
Integer _
)
[C#]
public
void Smooth(
int SmoothLevel);
See Also
Curve Class | PalmSens Namespace