Erstellt das Rendering-Device.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal flows As Flows _ 
)
C#
public Renderer(
   Flows flows
)
C++
public:
 Renderer(
   Flows flows
) sealed 
J#
public Renderer(
   Flows flows
)
JScript
public function Renderer(
   flows : Flows
)

Parameters

flows
Schnittstelle zu den GUI-Elementen von Flows.

See Also