Click or drag to resize
VisualSimulatorgbSimulation_Paint Method
Distributed Algorithm Simulator
Draws the circle representing the ring.

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void gbSimulation_Paint(
	Object sender,
	PaintEventArgs e
)

Parameters

sender
Type: SystemObject
Group box enclosing simulation area.
e
Type: System.Windows.FormsPaintEventArgs
Event data.
See Also