C# Class SharpNeat.View.GraphControl

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

Méthodes publiques

Méthode Description
GraphControl ( ) : System.Drawing

Default constructor. Required for user controls.

RefreshImage ( ) : void

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GraphControl() public méthode

Default constructor. Required for user controls.
public GraphControl ( ) : System.Drawing
Résultat System.Drawing

RefreshImage() public méthode

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