C# Class MpcLib.UserControls.GraphViewer.GraphNode

Exibir arquivo Open project: mahdiz/mpclib Class Usage Examples

Public Methods

Method Description
GraphNode ( string label ) : System
GraphNode ( string label, int x, int y ) : System

Private Methods

Method Description
Connect ( GraphNode toNode, string label ) : void
Disconnect ( GraphNode fromNode ) : void

Method Details

GraphNode() public method

public GraphNode ( string label ) : System
label string
return System

GraphNode() public method

public GraphNode ( string label, int x, int y ) : System
label string
x int
y int
return System