Initializes a new instance of the SimpleNodePresenter class
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Sub New ( _ _node As SimpleNode, _ _gp As GraphPresenter _ )
Parameters
- _node
- Type: Vis2NodeTrix SimpleNode
The underlaying node
- _gp
- Type: Vis2NodeTrix GraphPresenter
The graphpresenter in which the node is shown
See Also