Adds a point to the Curve. Curve must be unfinished.


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

Syntax

Visual Basic (Declaration)
Public Sub AddPoint( _ 
   ByVal x As Single,  _ 
   ByVal y As Single _ 
)
C#
public void AddPoint(
   float x,
   float y
)
C++
public:
 void AddPoint(
   float x,
   float y
) sealed 
J#
public void AddPoint(
   float x,
   float y
)
JScript
public  function AddPoint(
   x : float,
   y : float
)

Parameters

x

Missing <param name="x"> tag for "M:PalmSens.Curve.AddPoint(System.Single,System.Single)"

y

Missing <param name="y"> tag for "M:PalmSens.Curve.AddPoint(System.Single,System.Single)"

See Also