[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Initialisiert eine neue Document-Instanz.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
C# |
---|
public Document( GUICore core, IGraph graph, PaintSettings ps ) |
Visual Basic |
---|
Public Sub New ( _ core As GUICore, _ graph As IGraph, _ ps As PaintSettings _ ) |
F# |
---|
new : core:GUICore * graph:IGraph * ps:PaintSettings -> Document |
Parameters
- core
- Type: DynamicNode.WinApp..::..GUICore
Der Kern der Benutzeroberfläche.
- graph
- Type: DynamicNode.Core..::..IGraph
Der Graph, welcher durch das Dokument dargestellt wird.
- ps
- Type: DynamicNode.Ext.Visual..::..PaintSettings
Die Einstellungen für die grafische Darstellung.