Speichert Streamline-spezifische Daten wie: Vertexbuffer (gesamte Darstellung - inkl. Tapering, Color, ...), Samplepoints und Anzahl an Vertices.


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

Syntax

Visual Basic (Declaration)
Private Structure Renderer.Streamline
C#
private struct Renderer.Streamline
C++
value class Renderer.Streamline
J#
private final class Renderer.Streamline extends ValueType
JScript
JScript suports the use of structures, but not the declaration of new ones.

Inheritance Hierarchy

System.Object
   Flowvis.Renderer.Streamline

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also