Add a measured point to the curve


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

Syntax

Visual Basic (Declaration)
Protected Sub AddPoint( _ 
   ByVal curve As Curve,  _ 
   ByVal x As Single,  _ 
   ByVal y As Single,  _ 
   ByVal status As CurrentStatus _ 
)
C#
protected void AddPoint(
   Curve curve,
   float x,
   float y,
   CurrentStatus status
)
C++
protected:
 void AddPoint(
   Curve curve,
   float x,
   float y,
   CurrentStatus status
) sealed 
J#
protected void AddPoint(
   Curve curve,
   float x,
   float y,
   CurrentStatus status
)
JScript
protected  function AddPoint(
   curve : Curve,
   x : float,
   y : float,
   status : CurrentStatus
)

Parameters

curve
curve to add to
x
X coordinate
y
Y coordinate
status
status of point

See Also