Click or drag to resize
NodeInfoControl Constructor
Distributed Algorithm Simulator
Initializes an instance of a NodeInfoControl class.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NodeInfoControl(
	List<string> info,
	NodeState state,
	int defaultW,
	int defaultH,
	int linkid,
	int id
)

Parameters

info
Type: System.Collections.GenericListString
List of variables to be displayed.
state
Type: WrapperClassesNodeState
Values of the variables to be displayed.
defaultW
Type: SystemInt32
Default width of the area where a variable is displayed.
defaultH
Type: SystemInt32
Default height of the area where a variable is displayed.
linkid
Type: SystemInt32
LinkID of the node.
id
Type: SystemInt32
Node ID of the node.
See Also