Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SharpNeat
Domains
AbstractGenomeView
C# Class SharpNeat.Domains.AbstractGenomeView
Abstract class for genome visualization controls.
Inheritance:
System.Windows.Forms.UserControl
Mostrar archivo
Open project: colgreen/sharpneat
Class Usage Examples
Public Methods
Method
Description
RefreshView
(
object
genome
) :
void
Refresh/update the view with the provided genome.
Method Details
RefreshView()
abstract
public
method
Refresh/update the view with the provided genome.
abstract
public
RefreshView
(
object
genome
) :
void
genome
object
return
void