Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SharpNeat
Domains
AbstractGenomeView
C# 클래스 SharpNeat.Domains.AbstractGenomeView
Abstract class for genome visualization controls.
상속:
System.Windows.Forms.UserControl
파일 보기
프로젝트 열기: colgreen/sharpneat
1 사용 예제들
공개 메소드들
메소드
설명
RefreshView
(
object
genome
) :
void
Refresh/update the view with the provided genome.
메소드 상세
RefreshView()
추상적인
공개
메소드
Refresh/update the view with the provided genome.
abstract
public
RefreshView
(
object
genome
) :
void
genome
object
리턴
void