C# 클래스 OverlappingModel, RandomCode

상속: Model
파일 보기 프로젝트 열기: Atrix256/RandomCode 1 사용 예제들

공개 메소드들

메소드 설명
Graphics ( ) : Bitmap
OverlappingModel ( string name, int N, int width, int height, bool periodicInput, bool periodicOutput, int symmetry, int ground ) : System

보호된 메소드들

메소드 설명
Clear ( ) : void
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

메소드 상세

Clear() 보호된 메소드

protected Clear ( ) : void
리턴 void

Graphics() 공개 메소드

public Graphics ( ) : Bitmap
리턴 Bitmap

OnBoundary() 보호된 메소드

protected OnBoundary ( int x, int y ) : bool
x int
y int
리턴 bool

OverlappingModel() 공개 메소드

public OverlappingModel ( string name, int N, int width, int height, bool periodicInput, bool periodicOutput, int symmetry, int ground ) : System
name string
N int
width int
height int
periodicInput bool
periodicOutput bool
symmetry int
ground int
리턴 System

Propagate() 보호된 메소드

protected Propagate ( ) : bool
리턴 bool