Removes the specified curve from the canvas.


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

Syntax

Visual Basic (Declaration)
Public Sub Undraw( _ 
   ByVal c As Curve _ 
)
C#
public void Undraw(
   Curve c
)
C++
public:
 void Undraw(
   Curve c
) sealed 
J#
public void Undraw(
   Curve c
)
JScript
public  function Undraw(
   c : Curve
)

Parameters

c
Curve

See Also