C# Class SharpNeat.View.GraphControl

A user control for visualization of node graphs.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
GraphControl ( ) : System.Drawing

Default constructor. Required for user controls.

RefreshImage ( ) : void

Refresh the image of the graph being displayed by the control.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GraphControl_Resize ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateViewportSize ( ) : void
Viewport_DoubleClick ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GraphControl() public method

Default constructor. Required for user controls.
public GraphControl ( ) : System.Drawing
return System.Drawing

RefreshImage() public method

Refresh the image of the graph being displayed by the control.
public RefreshImage ( ) : void
return void