[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Document-Instanz.

Namespace: DynamicNode.WinApp
Assembly: 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.

See Also