Setzt die Transferfunktion auf Ausgangsparameter zurück. Wird beim Öffnen einer neuen Datei ausgeführt.


Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Sub Clear( _ 
   ByVal c1 As Color,  _ 
   ByVal c2 As Color _ 
)
C#
public void Clear(
   Color c1,
   Color c2
)
C++
public:
 void Clear(
   Color c1,
   Color c2
) sealed 
J#
public void Clear(
   Color c1,
   Color c2
)
JScript
public  function Clear(
   c1 : Color,
   c2 : Color
)

See Also