Setzt die Perspektive (Position, Winkel, Zoom) auf die Ausgangswerte zurück.


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

Syntax

Visual Basic (Declaration)
Public Sub ResetView( _ 
   ByVal nonSmooth As Boolean _ 
)
C#
public void ResetView(
   bool nonSmooth
)
C++
public:
 void ResetView(
   bool nonSmooth
) sealed 
J#
public void ResetView(
   bool nonSmooth
)
JScript
public  function ResetView(
   nonSmooth : bool
)

See Also