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

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NodeControl(
	Color nodeColor,
	Color textColor,
	int linkid,
	int id,
	int defSize
)

Parameters

nodeColor
Type: System.DrawingColor
Initial node color.
textColor
Type: System.DrawingColor
Node ID text color.
linkid
Type: SystemInt32
LinkId of the node.
id
Type: SystemInt32
Node ID of the node.
defSize
Type: SystemInt32
Node width (diameter).
See Also