C# Class MpcLib.UserControls.GraphViewer.GraphNode

Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Méthode Description
GraphNode ( string label ) : System
GraphNode ( string label, int x, int y ) : System

Private Methods

Méthode Description
Connect ( GraphNode toNode, string label ) : void
Disconnect ( GraphNode fromNode ) : void

Method Details

GraphNode() public méthode

public GraphNode ( string label ) : System
label string
Résultat System

GraphNode() public méthode

public GraphNode ( string label, int x, int y ) : System
label string
x int
y int
Résultat System