Renderer des Programms. Übernimmt sowohl die 2D-Slicedarstellung in verschiedenen Achsen, als auch das 3D-Raycasting. Dazu werden Shader-Funktionalitäten der Grafikkarte genutzt.


The following tables list the members exposed by Renderer.

Public Constructors

  Name Description
Public method Renderer Erstellt das Rendering-Device.
Top

Public Fields

  Name Description
Public field effect Ermöglicht Interaktion mit dem Grafikkarten-Shader.
Top

Private Fields

  Name Description
Private field alpha X-Rotation der Kamera.
Private field arrowColorAccordingTo Legt fest, wonach sich die Pfeilfarben richten.
Private field arrowDist Abstand zwischen den Pfeilen - bei Pfeildarstellung.
Private field arrowFixedColor Pfeilfarbe bei fixer Farbgebung.
Private field arrowSize Größe der Pfeile - bei Pfeildarstellung.
Private field arrowSizeAccordingTo Legt fest, wonach sich die Pfeilgröße richtet.
Private field backgroundType Definiert, welche Art von Hintergrundtextur angezeigt werden soll.
Private field beta Y-Rotation der Kamera.
Private field bwRenderStreamlines Backgroundworker für das automatische Generieren und Rendern von Streamlines.
Private field cameraPos Kameraposition.
Private field cameraTargetPos  
Private field d3dPanel Panel, auf das sich der Renderer für seine Ausgabe bezieht.
Private field dataTexture16 Textur für Flow-Daten - nötig für gefilterte Hintergrundtexturen, da SM3.0 keine 32F Texturen filtern kann.
Private field dataTexture32F Textur für Flow-Daten - im 32F Format - nötig für Texture-Lookups innerhalb des Vertex-Shaders.
Private field debugDrawEnd Für Streamline-Generation-Debug: Endpunkt des Abstandsvektors beim suchen des neuen Seedpoint-Candidates.
Private field debugDrawStart Für Streamline-Generation-Debug: Anfangspunkt des Abstandsvektors beim suchen des neuen Seedpoint-Candidates.
Private field device Direct3D Device. Nötig für Direct3D-Ausgabe.
Private field doGlyphMapping Flag, ob Glyph-Mapping durchgeführt werden soll.
Private field doStreamlineEmboss Flag, ob Embossing (eine Art 3D-Effekt) an den Streamlines angewandt werden soll.
Private field doStreamlineTapering Flag, ob Streamlines mit einem Tapering-Effekt (Verjüngung) versehen werden sollen.
Private field dSep Minimale Distanz zwischen neuem Streamline-Seedpoint und vorhandenen Streamlines (Maßeinheit basiert auf absoluter Vertex-Positionierung).
Private field dT Schrittweite bei der Streamline-Integration.
Private field dTest Minimale Distanz, die eine Streamline benötigt, um weiter "wachsen zu können". [0.0; 1.0] - wird mit dSep multipliziert für konkrete Maßeinheit (basiert auf absoluter Vertex-Positionierung)
Private field ghd Header-Daten aus dem Grid-File, sowie einige andere Attribute eines geladenen Flowivs-Datensatzes.
Private field glyphSize Größe der Glyphen.
Private field integrationMethod Flag, welche Integrationsmethode angewandt werden soll (momentan: 0 = Runge-Kutta, 1 = Euler).
Private field isLicCreated Flag, ob LIC-Textur bereits generiert wurde.
Private field isMouseDown Flag, ob ein Mausbutton gedrückt wird.
Private field isRendering Flag, ob gerade gerendert wird.
Private field labelCurrentlyAnalyzingNo Zeigt die Nummer der aktuell in der Generierung befindlichen Streamline.
Private field labelStreamlineStatus Zeigt den Status der Streamline-Integration an.
Private field licTexture Textur für LIC.
Private field manualSeeding Flag, ob Stromlinien manuell gesetzt werden.
Private field matProjection Projektions-Matrix.
Private field matView View-Matrix.
Private field mouseDownX X-Position der Maus beim Klick.
Private field mouseDownY Y-Position der Maus beim Klick.
Private field mouseMoveX X-Position der Maus beim Draggen.
Private field mouseMoveY Y-Position der Maus beim Draggen.
Private field presentParams Presentation parameters, die nötige Einstellungen für das Direct3D-Device enthalten.
Private field progressBarStreamlines Progress-Bar, die den aktuellen Zustand der Streamline-Generierung anzeigt.
Private field ratio2D Seitenverhältnis des Strömungsfeldes.
Private field renderArrows Flag, ob Pfeile gerendert werden sollen.
Private field renderBackground Flag, ob Hintergrund gerendert werden soll.
Private field renderLic Flag, ob LIC gerendert werden sollen.
Private field renderSingularities Flag, ob Singularitäten per Icon dargestellt werden sollen.
Private field renderStreamlines Flag, ob Stromlinien gerendert werden sollen.
Private field resampledStreamvectors Auf ein lineares Grid ge-resampelte Strömungsvektoren.
Private field samplePointGrid Datenstruktur, die alle Sample-Points der momentan vorhandenen Streamlines enthält. Nötig für die Berechnung von neuen Seedpoints.
Private field showSeedpointLookup Flag, ob Debug-Information gerendert werden soll.
Private field shuttingDown Flag, ob Programm gerade beendet wird, und somit versucht wird, Ressourcen freizugeben.
Private field singularities Liste, die die Koordinaten aller Singularitäten enthält.
Private field singularityIconMesh Mesh für ein Singularitäts-Icon.
Private field singularityThreshold Räumliche Distanz, die bestimmt, ab wann eine, sich nicht mehr gravierend fortpflanzende Strömungslinie als Singularität gilt.
Private field streamlineColorAccordingTo Legt fest, wonach sich die Streamline-Farben richten.
Private field streamlineFixedColor Streamlinefarbe bei fixer Farbgebung.
Private field streamlines Enthält alle aktuell vorhandenen Streamlines (jeweils VertexBuffer, samplePunkte und numVerts).
Private field streamlineVerts Enthält die Vertices für den zu füllenden Vertexbuffer. Global vereinbart, da der VB-Create-Eventhandler keine eigenen Funktionsparameter annehmen kann.
Private field streamlineWidth Dicke der Streamlines.
Private field streamvectorTexture Textur mit 3D-Strömungsvektoren.
Private field targetAlpha  
Private field targetBeta  
Private field targetZoom  
Private field textureGenerationMode Art der Streamline-Texturgenerierung.
Private field textureWidth "Laufweite" der Textur - d.h. ab wann eine Wiederholung der Textur stattfindet.
Private field vertexBufferArrow Vertexbuffer für eine Pfeildarstellung.
Private field vertexBufferBg Vertexbuffer für den Hintergrund.
Private field vertexBufferDebug Vertexbuffer für die Darstellung eines Distanzvektors zwischen neuem Seedpoint und Streamline.
Private field vertexBufferLic Vertexbuffer für eine LIC-Generierung.
Private field whiteNoise Noise-Textur für LIC.
Private field wireframe  
Private field zoom Zoom-Faktor.
Top

Public Properties

  Name Description
Public property AccessibilityObject Gets the AccessibleObject assigned to the control. (inherited from Control)
Public property AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control)
Public property AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (inherited from Control)
Public property AccessibleName Gets or sets the name of the control used by accessibility client applications. (inherited from Control)
Public property AccessibleRole Gets or sets the accessible role of the control (inherited from Control)
Public property AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it. (inherited from Control)
Public property Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control)
Public property ArrowColorAccordingTo  
Public property ArrowDist  
Public property ArrowFixedColor  
Public property ArrowSize  
Public property ArrowSizeAccordingTo  
Public property AutoScroll Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries. (inherited from ScrollableControl)
Public property AutoScrollMargin Gets or sets the size of the auto-scroll margin. (inherited from ScrollableControl)
Public property AutoScrollMinSize Gets or sets the minimum size of the auto-scroll. (inherited from ScrollableControl)
Public property AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (inherited from Control)
Public property AutoScrollPosition Gets or sets the location of the auto-scroll position. (inherited from ScrollableControl)
Public property AutoSize   (inherited from Panel)
Public property AutoSizeMode Indicates the automatic sizing behavior of the control. (inherited from Panel)
Public property BackColor Gets or sets the background color for the control. (inherited from Control)
Public property BackgroundImage Gets or sets the background image displayed in the control. (inherited from Control)
Public property BackgroundImageLayout Gets or sets the background image layout as defined in the ImageLayout enumeration. (inherited from Control)
Public property BackgroundType  
Public property BindingContext Gets or sets the BindingContext for the control. (inherited from Control)
Public property BorderStyle Indicates the border style for the control. (inherited from Panel)
Public property Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control)
Public property Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control)
Public property CanFocus Gets a value indicating whether the control can receive focus. (inherited from Control)
Public property CanSelect Gets a value indicating whether the control can be selected. (inherited from Control)
Public property Capture Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control)
Public property CausesValidation Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (inherited from Control)
Public property ClientRectangle Gets the rectangle that represents the client area of the control. (inherited from Control)
Public property ClientSize Gets or sets the height and width of the client area of the control. (inherited from Control)
Public property CompanyName Gets the name of the company or creator of the application containing the control. (inherited from Control)
Public property Container Gets the IContainer that contains the Component. (inherited from Component)
Public property ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control)
Public property ContextMenu Gets or sets the shortcut menu associated with the control. (inherited from Control)
Public property ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (inherited from Control)
Public property Controls Gets the collection of controls contained within the control. (inherited from Control)
Public property Created Gets a value indicating whether the control has been created. (inherited from Control)
Public property Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (inherited from Control)
Public property DataBindings Gets the data bindings for the control. (inherited from Control)
Public property DataTexture16  
Public property DataTexture32F  
Public property Device  
Public property DisplayRectangle Gets the rectangle that represents the virtual display area of the control. (inherited from ScrollableControl)
Public property Disposing Gets a value indicating whether the base Control class is in the process of disposing. (inherited from Control)
Public property Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (inherited from Control)
Public property DockPadding Gets the dock padding settings for all edges of the control. (inherited from ScrollableControl)
Public property DoGlyphMapping  
Public property DoStreamlineEmboss  
Public property DoStreamlineTapering  
Public property DSep  
Public property DT  
Public property DTest  
Public property Enabled Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control)
Public property Focused Gets a value indicating whether the control has input focus. (inherited from Control)
Public property Font Gets or sets the font of the text displayed by the control. (inherited from Control)
Public property ForeColor Gets or sets the foreground color of the control. (inherited from Control)
Public property GlyphSize  
Public property GridHeaderData  
Public property Handle Gets the window handle that the control is bound to. (inherited from Control)
Public property HasChildren Gets a value indicating whether the control contains one or more child controls. (inherited from Control)
Public property Height Gets or sets the height of the control. (inherited from Control)
Public property HorizontalScroll Gets the characteristics associated with the horizontal scroll bar. (inherited from ScrollableControl)
Public property ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (inherited from Control)
Public property IntegrationMethod  
Public property InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (inherited from Control)
Public property IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control)
Public property IsDisposed Gets a value indicating whether the control has been disposed of. (inherited from Control)
Public property IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (inherited from Control)
Public property IsMirrored Gets a value indicating whether the control is mirrored. (inherited from Control)
Public property LayoutEngine Gets a cached instance of the control's layout engine. (inherited from Control)
Public property Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control)
Public property LicOpacity  
Public property LicPosition  
Public property LicStepCount  
Public property LicStepSize  
Public property Location Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (inherited from Control)
Public property ManualSeeding  
Public property Margin Gets or sets the space between controls. (inherited from Control)
Public property MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (inherited from Control)
Public property MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (inherited from Control)
Public property Name Gets or sets the name of the control. (inherited from Control)
Public property Padding Gets or sets padding within the control. (inherited from Control)
Public property Parent Gets or sets the parent container of the control. (inherited from Control)
Public property PreferredSize Gets the size of a rectangular area into which the control can fit. (inherited from Control)
Public property ProductName Gets the product name of the assembly containing the control. (inherited from Control)
Public property ProductVersion Gets the version of the assembly containing the control. (inherited from Control)
Public property Ratio2D  
Public property RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control)
Public property Region Gets or sets the window region associated with the control. (inherited from Control)
Public property RenderArrows  
Public property RenderBackground  
Public property RenderLic  
Public property RenderSingularities  
Public property RenderStreamlines  
Public property ResampledStreamvectors  
Public property Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control)
Public property RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (inherited from Control)
Public property ShowSeedpointLookup  
Public property SingularityThreshold  
Public property Site Gets or sets the site of the control. (inherited from Control)
Public property Size Gets or sets the height and width of the control. (inherited from Control)
Public property StreamlineColorAccordingTo  
Public property StreamlineFixedColor  
Public property StreamlineWidth  
Public property StreamvectorTexture  
Public property TabIndex Gets or sets the tab order of the control within its container. (inherited from Control)
Public property TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (inherited from Panel)
Public property Tag Gets or sets the object that contains data about the control. (inherited from Control)
Public property Text This member is not meaningful for this control. (inherited from Panel)
Public property TextureGenerationMode  
Public property TextureWidth  
Public property Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control)
Public property TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (inherited from Control)
Public property UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control)
Public property VerticalScroll Gets the characteristics associated with the vertical scroll bar. (inherited from ScrollableControl)
Public property Visible Gets or sets a value indicating whether the control and all its parent controls are displayed. (inherited from Control)
Public property Width Gets or sets the width of the control. (inherited from Control)
Public property WindowTarget This property is not relevant for this class. (inherited from Control)
Public property Zoom  
Top

Protected Properties

  Name Description
Family property CanRaiseEvents Determines if events can be raised on the control. (inherited from Control)
Family property CreateParams   (inherited from Panel)
Family property DefaultCursor Gets or sets the default cursor for the control. (inherited from Control)
Family property DefaultImeMode Gets the default Input Method Editor (IME) mode supported by the control. (inherited from Control)
Family property DefaultMargin Gets the space, in pixels, that is specified by default between controls. (inherited from Control)
Family property DefaultMaximumSize Gets the length and height, in pixels, that is specified as the default maximum size of a control. (inherited from Control)
Family property DefaultMinimumSize Gets the length and height, in pixels, that is specified as the default minimum size of a control. (inherited from Control)
Family property DefaultPadding Gets the internal spacing, in pixels, of the contents of a control. (inherited from Control)
Family property DefaultSize   (inherited from Panel)
Family property DesignMode Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Family property DoubleBuffered Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (inherited from Control)
Family property Events Gets the list of event handlers that are attached to this Component. (inherited from Component)
Family property FontHeight Gets or sets the height of the font of the control. (inherited from Control)
Family property HScroll Gets or sets a value indicating whether the horizontal scroll bar is visible. (inherited from ScrollableControl)
Family property ResizeRedraw Gets or sets a value indicating whether the control redraws itself when resized. (inherited from Control)
Family property ScaleChildren Gets a value that determines the scaling of child controls. (inherited from Control)
Family property VScroll Gets or sets a value indicating whether the vertical scroll bar is visible. (inherited from ScrollableControl)
Top

Protected Internal Properties

  Name Description
FamilyOrAssembly property RenderRightToLeft This property is now obsolete. (inherited from Control)
FamilyOrAssembly property ShowFocusCues Gets a value indicating whether the control should display focus rectangles. (inherited from Control)
FamilyOrAssembly property ShowKeyboardCues Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (inherited from Control)
Top

Public Methods

  Name Description
Public method BeginInvoke Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control)
Public method BringToFront Brings the control to the front of the z-order. (inherited from Control)
Public method CleanUpAndShutdown Cancelt den Streamline-Generation-Thread, disposed alle bisher verwendeten Ressourcen und bereited Flows auf seine Beendigung vor.
Public method ClearStreamlines Löscht alle bisher erstellten Streamlines (sowie deren VertexBuffer) und das Sample-Point Grid, welches nötig ist, um die Streamlines mit passendem Abstand rendern zu können. Des weiteren werden alle Singularitäten gelöscht.
Public method Contains Retrieves a value indicating whether the specified control is a child of the control. (inherited from Control)
Public method CreateControl Forces the creation of the control, including the creation of the handle and any child controls. (inherited from Control)
Public method CreateGraphics Creates the Graphics for the control. (inherited from Control)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject)
Public method Dispose Overloaded. Releases all resources used by the Control. (inherited from Control)
Public method DoDragDrop Begins a drag-and-drop operation. (inherited from Control)
Public method DrawToBitmap Supports rendering to the specified bitmap. (inherited from Control)
Public method EndInvoke Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (inherited from Control)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method FinalizeStreamlineIntegration Setzt die GUI nach dem Fertigstellen oder Abbruch der Streamline-Integration zurück.
Public method FindForm Retrieves the form that the control is on. (inherited from Control)
Public method Focus Sets input focus to the control. (inherited from Control)
Public method GetChildAtPoint Overloaded. Retrieves the child control at a specified location. (inherited from Control)
Public method GetContainerControl Returns the next ContainerControl up the control's chain of parent controls. (inherited from Control)
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetNextControl Retrieves the next control forward or back in the tab order of child controls. (inherited from Control)
Public method GetPreferredSize Retrieves the size of a rectangular area into which a control can be fitted. (inherited from Control)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Hide Conceals the control from the user. (inherited from Control)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method Invalidate Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control)
Public method Invoke Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control)
Public method PerformLayout Overloaded. Forces the control to apply layout logic to child controls. (inherited from Control)
Public method PointToClient Computes the location of the specified screen point into client coordinates. (inherited from Control)
Public method PointToScreen Computes the location of the specified client point into screen coordinates. (inherited from Control)
Public method PreProcessControlMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control)
Public method PreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (inherited from Control)
Public method RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control)
Public method RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control)
Public method Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control)
Public method Render Rendert ein Bild basierend auf allen gesetzten Einstellungen.
Public method Reset Cancelt den Streamline-Generation-Thread, disposed alle bisher verwendeten Ressourcen und setzt die Perspektive zurück.
Public method ResetBackColor Resets the BackColor property to its default value. (inherited from Control)
Public method ResetBindings Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (inherited from Control)
Public method ResetCursor Resets the Cursor property to its default value. (inherited from Control)
Public method ResetFont Resets the Font property to its default value. (inherited from Control)
Public method ResetForeColor Resets the ForeColor property to its default value. (inherited from Control)
Public method ResetImeMode Resets the ImeMode property to its default value. (inherited from Control)
Public method ResetRightToLeft Resets the RightToLeft property to its default value. (inherited from Control)
Public method ResetText Resets the Text property to its default value. (inherited from Control)
Public method ResetView Setzt die Perspektive (Position, Winkel, Zoom) auf die Ausgangswerte zurück.
Public method ResumeLayout Overloaded. Resumes the usual layout logic. (inherited from Control)
Public method Scale Overloaded. Scales the control and any child controls. (inherited from Control)
Public method ScrollControlIntoView Scrolls the specified child control into view on an auto-scroll enabled control. (inherited from ScrollableControl)
Public method Select Overloaded. Activates a control. (inherited from Control)
Public method SelectNextControl Activates the next control. (inherited from Control)
Public method SendToBack Sends the control to the back of the z-order. (inherited from Control)
Public method SetAutoScrollMargin Sets the size of the auto-scroll margins. (inherited from ScrollableControl)
Public method SetBounds Overloaded. Sets the bounds of the control. (inherited from Control)
Public method Show Displays the control to the user. (inherited from Control)
Public method SuspendLayout Temporarily suspends the layout logic for the control. (inherited from Control)
Public method ToString Returns a string representation for this control. (inherited from Panel)
Public method Update Causes the control to redraw the invalidated regions within its client area. (inherited from Control)
Top

Protected Methods

  Name Description
Family method AccessibilityNotifyClients Overloaded. Notifies the accessibility client applications of AccessibleEvents. (inherited from Control)
Family method AdjustFormScrollbars Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (inherited from ScrollableControl)
Family method CreateAccessibilityInstance Creates a new accessibility object for the control. (inherited from Control)
Family method CreateControlsInstance Creates a new instance of the control collection for the control. (inherited from Control)
Family method CreateHandle Creates a handle for the control. (inherited from Control)
Family method DefWndProc Sends the specified message to the default window procedure. (inherited from Control)
Family method DestroyHandle Destroys the handle associated with the control. (inherited from Control)
Family method Dispose Overloaded. Releases all resources used by the Control. (inherited from Control)
Family method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Family method GetAccessibilityObjectById Retrieves the specified AccessibleObject. (inherited from Control)
Family method GetAutoSizeMode Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control)
Family method GetScaledBounds Retrieves the bounds within which the control is scaled. (inherited from Control)
Family method GetScrollState Determines whether the specified flag has been set. (inherited from ScrollableControl)
Family method GetService Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Family method GetStyle Retrieves the value of the specified control style bit for the control. (inherited from Control)
Family method GetTopLevel Determines if the control is a top-level control. (inherited from Control)
Family method InitLayout Called after the control has been added to another container. (inherited from Control)
Family method InvokeGotFocus Raises the GotFocus event for the specified control. (inherited from Control)
Family method InvokeLostFocus Raises the LostFocus event for the specified control. (inherited from Control)
Family method InvokeOnClick Raises the Click event for the specified control. (inherited from Control)
Family method InvokePaint Raises the Paint event for the specified control. (inherited from Control)
Family method InvokePaintBackground Raises the PaintBackground event for the specified control. (inherited from Control)
Family method IsInputChar Determines if a character is an input character that the control recognizes. (inherited from Control)
Family method IsInputKey Determines whether the specified key is a regular input key or a special key that requires preprocessing. (inherited from Control)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Family method NotifyInvalidate Raises the Invalidated event with a specified region of the control to invalidate. (inherited from Control)
Family method OnAutoSizeChanged Raises the AutoSizeChanged event. (inherited from Control)
Family method OnBackColorChanged Raises the BackColorChanged event. (inherited from Control)
Family method OnBackgroundImageChanged Raises the BackgroundImageChanged event. (inherited from Control)
Family method OnBackgroundImageLayoutChanged Raises the BackgroundImageLayoutChanged event. (inherited from Control)
Family method OnBindingContextChanged Raises the BindingContextChanged event. (inherited from Control)
Family method OnCausesValidationChanged Raises the CausesValidationChanged event. (inherited from Control)
Family method OnChangeUICues Raises the ChangeUICues event. (inherited from Control)
Family method OnClick Raises the Click event. (inherited from Control)
Family method OnClientSizeChanged Raises the ClientSizeChanged event. (inherited from Control)
Family method OnContextMenuChanged Raises the ContextMenuChanged event. (inherited from Control)
Family method OnContextMenuStripChanged Raises the ContextMenuStripChanged event. (inherited from Control)
Family method OnControlAdded Raises the ControlAdded event. (inherited from Control)
Family method OnControlRemoved Raises the ControlRemoved event. (inherited from Control)
Family method OnCreateControl Raises the CreateControl method. (inherited from Control)
Family method OnCursorChanged Raises the CursorChanged event. (inherited from Control)
Family method OnDockChanged Raises the DockChanged event. (inherited from Control)
Family method OnDoubleClick Raises the DoubleClick event. (inherited from Control)
Family method OnDragDrop Raises the DragDrop event. (inherited from Control)
Family method OnDragEnter Raises the DragEnter event. (inherited from Control)
Family method OnDragLeave Raises the DragLeave event. (inherited from Control)
Family method OnDragOver Raises the DragOver event. (inherited from Control)
Family method OnEnabledChanged Raises the EnabledChanged event. (inherited from Control)
Family method OnEnter Raises the Enter event. (inherited from Control)
Family method OnFontChanged Raises the FontChanged event. (inherited from Control)
Family method OnForeColorChanged Raises the ForeColorChanged event. (inherited from Control)
Family method OnGiveFeedback Raises the GiveFeedback event. (inherited from Control)
Family method OnGotFocus Raises the GotFocus event. (inherited from Control)
Family method OnHandleCreated Raises the HandleCreated event. (inherited from Control)
Family method OnHandleDestroyed Raises the HandleDestroyed event. (inherited from Control)
Family method OnHelpRequested Raises the HelpRequested event. (inherited from Control)
Family method OnImeModeChanged Raises the ImeModeChanged event. (inherited from Control)
Family method OnInvalidated Raises the Invalidated event. (inherited from Control)
Family method OnKeyDown Raises the KeyDown event. (inherited from Control)
Family method OnKeyPress Raises the KeyPress event. (inherited from Control)
Family method OnKeyUp Raises the KeyUp event. (inherited from Control)
Family method OnLayout   (inherited from ScrollableControl)
Family method OnLeave Raises the Leave event. (inherited from Control)
Family method OnLocationChanged Raises the LocationChanged event. (inherited from Control)
Family method OnLostFocus Raises the LostFocus event. (inherited from Control)
Family method OnMarginChanged Raises the MarginChanged event. (inherited from Control)
Family method OnMouseCaptureChanged Raises the MouseCaptureChanged event. (inherited from Control)
Family method OnMouseClick Raises the MouseClick event. (inherited from Control)
Family method OnMouseDoubleClick Raises the MouseDoubleClick event. (inherited from Control)
Family method OnMouseDown Raises the MouseDown event. (inherited from Control)
Family method OnMouseEnter Raises the MouseEnter event. (inherited from Control)
Family method OnMouseHover Raises the MouseHover event. (inherited from Control)
Family method OnMouseLeave Raises the MouseLeave event. (inherited from Control)
Family method OnMouseMove Raises the MouseMove event. (inherited from Control)
Family method OnMouseUp Raises the MouseUp event. (inherited from Control)
Family method OnMouseWheel Raises the MouseWheel event. (inherited from ScrollableControl)
Family method OnMove Raises the Move event. (inherited from Control)
Family method OnNotifyMessage Notifies the control of Windows messages. (inherited from Control)
Family method OnPaddingChanged Raises the PaddingChanged event. (inherited from ScrollableControl)
Family method OnPaint Raises the Paint event. (inherited from Control)
Family method OnPaintBackground Paints the background of the control. (inherited from ScrollableControl)
Family method OnParentBackColorChanged Raises the BackColorChanged event when the BackColor property value of the control's container changes. (inherited from Control)
Family method OnParentBackgroundImageChanged Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (inherited from Control)
Family method OnParentBindingContextChanged Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (inherited from Control)
Family method OnParentChanged Raises the ParentChanged event. (inherited from Control)
Family method OnParentCursorChanged Raises the CursorChanged event. (inherited from Control)
Family method OnParentEnabledChanged Raises the EnabledChanged event when the Enabled property value of the control's container changes. (inherited from Control)
Family method OnParentFontChanged Raises the FontChanged event when the Font property value of the control's container changes. (inherited from Control)
Family method OnParentForeColorChanged Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (inherited from Control)
Family method OnParentRightToLeftChanged Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (inherited from Control)
Family method OnParentVisibleChanged Raises the VisibleChanged event when the Visible property value of the control's container changes. (inherited from Control)
Family method OnPreviewKeyDown Raises the PreviewKeyDown event. (inherited from Control)
Family method OnPrint Raises the Paint event. (inherited from Control)
Family method OnQueryContinueDrag Raises the QueryContinueDrag event. (inherited from Control)
Family method OnRegionChanged Raises the RegionChanged event. (inherited from Control)
Family method OnResize Fires the event indicating that the panel has been resized. Inheriting controls should use this in favor of actually listening to the event, but should still call base.onResize to ensure that the event is fired for external listeners. (inherited from Panel)
Family method OnRightToLeftChanged   (inherited from ScrollableControl)
Family method OnScroll Raises the Scroll event. (inherited from ScrollableControl)
Family method OnSizeChanged Raises the SizeChanged event. (inherited from Control)
Family method OnStyleChanged Raises the StyleChanged event. (inherited from Control)
Family method OnSystemColorsChanged Raises the SystemColorsChanged event. (inherited from Control)
Family method OnTabIndexChanged Raises the TabIndexChanged event. (inherited from Control)
Family method OnTabStopChanged Raises the TabStopChanged event. (inherited from Control)
Family method OnTextChanged Raises the TextChanged event. (inherited from Control)
Family method OnValidated Raises the Validated event. (inherited from Control)
Family method OnValidating Raises the Validating event. (inherited from Control)
Family method OnVisibleChanged   (inherited from ScrollableControl)
Family method ProcessCmdKey Processes a command key. (inherited from Control)
Family method ProcessDialogChar Processes a dialog character. (inherited from Control)
Family method ProcessDialogKey Processes a dialog key. (inherited from Control)
Family method ProcessKeyEventArgs Processes a key message and generates the appropriate control events. (inherited from Control)
Family method ProcessKeyPreview Previews a keyboard message. (inherited from Control)
Family method RaiseDragEvent Raises the appropriate drag event. (inherited from Control)
Family method RaiseKeyEvent Raises the appropriate key event. (inherited from Control)
Family method RaiseMouseEvent Raises the appropriate mouse event. (inherited from Control)
Family method RaisePaintEvent Raises the appropriate paint event. (inherited from Control)
Family method RecreateHandle Forces the re-creation of the handle for the control. (inherited from Control)
Family method ResetMouseEventArgs Resets the control to handle the MouseLeave event. (inherited from Control)
Family method RtlTranslateAlignment Overloaded. Converts the current alignment to the appropriate alignment to support right-to-left text. (inherited from Control)
Family method RtlTranslateHorizontal Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (inherited from Control)
Family method RtlTranslateLeftRight Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (inherited from Control)
Family method ScaleControl   (inherited from ScrollableControl)
Family method ScaleCore   (inherited from ScrollableControl)
Family method ScrollToControl Calculates the scroll offset to the specified child control. (inherited from ScrollableControl)
Family method Select Overloaded. Activates a control. (inherited from Control)
Family method SetAutoSizeMode Sets a value indicating how a control will behave when its AutoSize property is enabled. (inherited from Control)
Family method SetBoundsCore Performs the work of setting the specified bounds of this control. (inherited from Control)
Family method SetClientSizeCore Sets the size of the client area of the control. (inherited from Control)
Family method SetDisplayRectLocation Positions the display window to the specified value. (inherited from ScrollableControl)
Family method SetScrollState Sets the specified scroll state flag. (inherited from ScrollableControl)
Family method SetStyle Sets a specified ControlStyles flag to either true or false. (inherited from Control)
Family method SetTopLevel Sets the control as the top-level control. (inherited from Control)
Family method SetVisibleCore Sets the control to the specified visible state. (inherited from Control)
Family method SizeFromClientSize Determines the size of the entire control from the height and width of its client area. (inherited from Control)
Family method UpdateBounds Overloaded. Updates the bounds of the control. (inherited from Control)
Family method UpdateStyles Forces the assigned styles to be reapplied to the control. (inherited from Control)
Family method UpdateZOrder Updates the control in its parent's z-order. (inherited from Control)
Family method WndProc   (inherited from ScrollableControl)
Top

Protected Internal Methods

  Name Description
FamilyOrAssembly method AccessibilityNotifyClients Overloaded. Notifies the accessibility client applications of AccessibleEvents. (inherited from Control)
FamilyOrAssembly method ProcessKeyMessage Processes a keyboard message. (inherited from Control)
FamilyOrAssembly method ProcessMnemonic Processes a mnemonic character. (inherited from Control)
FamilyOrAssembly method RtlTranslateContent Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (inherited from Control)
FamilyOrAssembly method UpdateBounds Overloaded. Updates the bounds of the control. (inherited from Control)
Top

Private Methods

  Name Description
Private method AddToGrid Fügt einen gegbenen Vektor an der richtigen Position in das Samplepoint-Gitter ein.
Private method bwRenderStreamlines_DoWork Führt Streamline-Generation durch.
Private method bwRenderStreamlines_ProgressChanged Zeigt aktuelle Streamline-Nummer an, und Aktualisiert den Marquee-Progressbar.
Private method bwRenderStreamlines_RunWorkerCompleted Wird aufgerufen, wenn der Streamline-Generation Backgroundworker fertig ist, oder gecancelt wurde.
Private method CancelStreamlineGeneration Cancelt das Streamline-Rendering.
Private method CreateEvenlyspacedStreamlines Generiert automatisch gleichmäßig verteilte Streamlines.
Private method CreateGlyph Erstellt einen Glyph innerhalb eines Streamline-Abschnittes, dessen Länge je nach Glyphen-Größe variiert.
Private method CreateStreamline Erstellt eine Streamline und generiert auch den nötigen Vertex-Buffer.
Private method DisposeStreamline Gibt die vom Vertexbuffer einer Streamline verwendeten Ressourcen wieder frei.
Private method Distance Liefert Abstand zwischen zwei Vektoren.
Private method FindSeedpointCandidate Iteriert durch eine gegebene Streamline und sucht nach einem passenden, neuen Seedpoint.
Private method GenerateLicTexture Erstellt die LIC-Textur.
Private method GetNormalDistance Generiert einen Vektor mit beliebig wählbarem Winkel bzw. Abstand bezogen auf die von p1 und p2 gebildete Gerade. Einsetzbar, um z.B. den Normalvektor einer Geraden in beiden Richtungen zu erhalten.
Private method GetTextureCoefAtPos Ermittelt den Textur-Koeffizienten (Intensität der Textur) an einer gegebenen Schrittweite, basierend auf der Laufweite der Texutr.
Private method InitializeBwRenderStreamlines Initialisiert den BackgroundWorker für die Streamline-Generation.
Private method InitializeGraphics Initialisiert das Device und alles, was dazugehört. Es ist eine Shader 3.0 Grafikkarte nötig, um diese Funktion ohne Fehlermeldung auszuführen und somit "Flows" überhaupt ausführen zu können.
Private method IntegrateStreamline Integriert Streamline von gegebenem Punkt aus weiter.
Private method IsFarEnoughAway Prüft, ob ein gegebener Samplepoint p einer (potentiellen) Streamline weit genug von allen anderen, bisher erzeugten Streamlines entfernt ist. Dazu werden die Zelle, in der sich p befindet, sowie alle 8 Nachbarzellen nach vorhandenen Samplepoints anderer Streamlines durchsucht und deren Abstände zu p gemessen. Ist p weit genug entfernt, wird der Abstand zum nächsten Samplepoint retourniert. Andernalls (p ist zu nahe; Abstand zwischen p und anderen Samplepoints ist kleiner als 'distance') liefert die Funktion 0f.
Private method OnCreateDebug Definiert/Positioniert den Inhalt des Debug-Vertexbuffers (Darstellung der Seedpoint-Suche).
Private method OnCreateDevice Wird ausgeführt, nachdem das Device erstellt wurde. Hier werden Vertexbuffer und Meshes initialisiert.
Private method OnCreateStreamline Definiert/Positioniert den Inhalt eines Streamline-Vertexbuffers.
Private method OnCreateVertexBufferArrow Definiert/Positioniert den Inhalt des Arrow-Vertexbuffers.
Private method OnCreateVertexBufferBg Definiert/Positioniert den Inhalt des Background-Vertexbuffers und bezieht dabei das Seitenverhältnis des Backgrounds mit ein.
Private method OnCreateVertexBufferLic VB mit den Ausweitungen von 0 bis 1 - sowohl x als auch y. Nötig für LIC.
Private method OnResetDevice Legt grundlegende Rendering-Eigenschaften des Devices fest.
Private method RenderSingularityIcons Rendert ein Singularitäts-Icon.
Private method RenderStreamline Rendert eine gegebene Streamline.
Private method RestartStreamlineGeneration Restartet die Streamline-Generation.
Private method RunAlongStreamline Zieht vom gegebenen Starpunkt aus eine Strömungslinie in beliebige Richtung, bis der Algorithmus außerhalb des Strömungsfeldes ist, er einer anderen Strömungslinie zu nahe kommt (Abstand kleiner als dTest), eine Singularität auftritt - oder - falls keiner dieser Fälle eintritt (unerkannte Singularität): nach 5.000 Schritten.
Private method SetupMatrices Aktualisiert die View-Matrizen.
Private method ShowTexture Stellt eine beliebige Textur bildschirmfüllend dar.
Private method TaperStreamline Führt ein Tapering ('fließende' Verjüngung) an einer Streamline durch.
Private method this_MouseDoubleClick Doppelter Rechtsklick, um die Ansicht zu resetten.
Private method this_MouseDown Wenn Maustaste innerhalb des Render-Panels gedrückt wird, werden die Mauskoordinaten gespeichert.
Private method this_MouseEnter Maus befindet sich über dem Render-Panel. Wird eingesetzt, damit der Focus gesetzt werden kann, um mit dem Mausrad zoomen zu können.
Private method this_MouseMove Wenn Maus innerhalb des Renderpanels bei gedrückter Maustaste bewegt wird, wird entweder das Strömungsfeld verschoben (Linksklick) oder rotiert (Rechtsklick).
Private method this_MouseUp Maustaste wurde innerhalb des Render-Panels losgelassen. Eingesetzt beim manuellen Streamline-Seeding.
Private method this_MouseWheel Drehen des Mausrades, um zu zoomen.
Private method ValidateOutOfBounds Kontrolliert, ob sich ein gegebener Wert innerhalb von zwei Grenzen befindet. Falls das nicht der Fall ist, wird der Wert auf die unter- bzw. überschrittene Grenze gesetzt. Sinnvoll einzusetzen, um z.B. sicherzustellen, dass ein Array-Index durch Rundungsfehler nicht unter/über die Array-Grenzen hinaus geht (Out-of-Bounds).
Top

Public Events

  Name Description
Public event AutoSizeChanged Occurs when the value of the AutoSize property has changed. (inherited from Panel)
Public event BackColorChanged Occurs when the value of the BackColor property changes. (inherited from Control)
Public event BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. (inherited from Control)
Public event BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. (inherited from Control)
Public event BindingContextChanged Occurs when the value of the BindingContext property changes. (inherited from Control)
Public event CausesValidationChanged Occurs when the value of the CausesValidation property changes. (inherited from Control)
Public event ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (inherited from Control)
Public event Click Occurs when the control is clicked. (inherited from Control)
Public event ClientSizeChanged Occurs when the value of the ClientSize property changes. (inherited from Control)
Public event ContextMenuChanged Occurs when the value of the ContextMenu property changes. (inherited from Control)
Public event ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (inherited from Control)
Public event ControlAdded Occurs when a new control is added to the ControlCollection. (inherited from Control)
Public event ControlRemoved Occurs when a control is removed from the ControlCollection. (inherited from Control)
Public event CursorChanged Occurs when the value of the Cursor property changes. (inherited from Control)
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)
Public event DockChanged Occurs when the value of the Dock property changes. (inherited from Control)
Public event DoubleClick Occurs when the control is double-clicked. (inherited from Control)
Public event DragDrop Occurs when a drag-and-drop operation is completed. (inherited from Control)
Public event DragEnter Occurs when an object is dragged into the control's bounds. (inherited from Control)
Public event DragLeave Occurs when an object is dragged out of the control's bounds. (inherited from Control)
Public event DragOver Occurs when an object is dragged over the control's bounds. (inherited from Control)
Public event EnabledChanged Occurs when the Enabled property value has changed. (inherited from Control)
Public event Enter Occurs when the control is entered. (inherited from Control)
Public event FontChanged Occurs when the Font property value changes. (inherited from Control)
Public event ForeColorChanged Occurs when the ForeColor property value changes. (inherited from Control)
Public event GiveFeedback Occurs during a drag operation. (inherited from Control)
Public event GotFocus Occurs when the control receives focus. (inherited from Control)
Public event HandleCreated Occurs when a handle is created for the control. (inherited from Control)
Public event HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (inherited from Control)
Public event HelpRequested Occurs when the user requests help for a control. (inherited from Control)
Public event ImeModeChanged Occurs when the ImeMode property has changed. (inherited from Control)
Public event Invalidated Occurs when a control's display requires redrawing. (inherited from Control)
Public event KeyDown This member is not meaningful for this control. (inherited from Panel)
Public event KeyPress This member is not meaningful for this control. (inherited from Panel)
Public event KeyUp This member is not meaningful for this control. (inherited from Panel)
Public event Layout Occurs when a control should reposition its child controls. (inherited from Control)
Public event Leave Occurs when the input focus leaves the control. (inherited from Control)
Public event LocationChanged Occurs when the Location property value has changed. (inherited from Control)
Public event LostFocus Occurs when the control loses focus. (inherited from Control)
Public event MarginChanged Occurs when the control's margin changes. (inherited from Control)
Public event MouseCaptureChanged Occurs when the control loses or gains mouse capture. (inherited from Control)
Public event MouseClick Occurs when the control is clicked by the mouse. (inherited from Control)
Public event MouseDoubleClick Occurs when the control is double clicked by the mouse. (inherited from Control)
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (inherited from Control)
Public event MouseEnter Occurs when the mouse pointer enters the control. (inherited from Control)
Public event MouseHover Occurs when the mouse pointer rests on the control. (inherited from Control)
Public event MouseLeave Occurs when the mouse pointer leaves the control. (inherited from Control)
Public event MouseMove Occurs when the mouse pointer is moved over the control. (inherited from Control)
Public event MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (inherited from Control)
Public event MouseWheel Occurs when the mouse wheel moves while the control has focus. (inherited from Control)
Public event Move Occurs when the control is moved. (inherited from Control)
Public event PaddingChanged Occurs when the control's padding changes. (inherited from Control)
Public event Paint Occurs when the control is redrawn. (inherited from Control)
Public event ParentChanged Occurs when the Parent property value changes. (inherited from Control)
Public event PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (inherited from Control)
Public event QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (inherited from Control)
Public event QueryContinueDrag Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (inherited from Control)
Public event RegionChanged Occurs when the value of the Region property changes. (inherited from Control)
Public event Resize Occurs when the control is resized. (inherited from Control)
Public event RightToLeftChanged Occurs when the RightToLeft property value changes. (inherited from Control)
Public event Scroll Occurs when the user or code scrolls through the client area. (inherited from ScrollableControl)
Public event SizeChanged Occurs when the Size property value changes. (inherited from Control)
Public event StyleChanged Occurs when the control style changes. (inherited from Control)
Public event SystemColorsChanged Occurs when the system colors change. (inherited from Control)
Public event TabIndexChanged Occurs when the TabIndex property value changes. (inherited from Control)
Public event TabStopChanged Occurs when the TabStop property value changes. (inherited from Control)
Public event TextChanged This member is not meaningful for this control. (inherited from Panel)
Public event Validated Occurs when the control is finished validating. (inherited from Control)
Public event Validating Occurs when the control is validating. (inherited from Control)
Public event VisibleChanged Occurs when the Visible property value changes. (inherited from Control)
Top

Explicit Interface Implementations

  Name Description
Static Private method System#Windows#Forms#IDropTarget#OnDragDrop

M:System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs)

Raises the DragDrop event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragEnter

M:System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs)

Raises the DragEnter event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragLeave

M:System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs)

Raises the DragLeave event.

(inherited from Control)
Static Private method System#Windows#Forms#IDropTarget#OnDragOver

M:System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs)

Raises the DragOver event.

(inherited from Control)
Static Private method System#Windows#Forms#ISupportOleDropSource#OnGiveFeedback   (inherited from Control)
Static Private method System#Windows#Forms#ISupportOleDropSource#OnQueryContinueDrag   (inherited from Control)
Static Private method System#Windows#Forms#Layout#IArrangedElement#PerformLayout   (inherited from Control)
Static Private method System#Windows#Forms#Layout#IArrangedElement#SetBounds   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#FreezeEvents   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#GetControlInfo   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#OnAmbientPropertyChange   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleControl#OnMnemonic   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#EnableModeless   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#OnDocWindowActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#OnFrameWindowActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#ResizeBorder   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceActiveObject#TranslateAccelerator   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#InPlaceDeactivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#ReactivateAndUndo   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#SetObjectRects   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleInPlaceObject#UIDeactivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Advise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Close   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#DoVerb   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#EnumAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#EnumVerbs   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetClientSite   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetClipboardData   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetMiscStatus   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetMoniker   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetUserClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#GetUserType   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#InitFromData   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#IsUpToDate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#OleUpdate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetClientSite   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetColorScheme   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetHostNames   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#SetMoniker   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleObject#Unadvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleWindow#ContextSensitiveHelp   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IOleWindow#GetWindow   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersist#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistPropertyBag#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#HandsOffStorage   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#IsDirty   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStorage#SaveCompleted   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#GetClassID   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#GetSizeMax   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#InitNew   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#IsDirty   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#Load   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IPersistStreamInit#Save   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#GetContentExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#QuickActivate   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IQuickActivate#SetContentExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Draw   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Freeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#GetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#GetColorSet   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#SetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject#Unfreeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Draw   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Freeze   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetColorSet   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#GetExtent   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#SetAdvise   (inherited from Control)
Static Private method System#Windows#Forms#UnsafeNativeMethods#IViewObject2#Unfreeze   (inherited from Control)
Top

See Also