C# 클래스 SimpleTiledModel, RandomCode

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

공개 메소드들

메소드 설명
Graphics ( ) : Bitmap
SimpleTiledModel ( string name, string subsetName, int width, int height, bool periodic, bool black ) : System
TextOutput ( ) : string

보호된 메소드들

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

메소드 상세

Graphics() 공개 메소드

public Graphics ( ) : Bitmap
리턴 Bitmap

OnBoundary() 보호된 메소드

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

Propagate() 보호된 메소드

protected Propagate ( ) : bool
리턴 bool

SimpleTiledModel() 공개 메소드

public SimpleTiledModel ( string name, string subsetName, int width, int height, bool periodic, bool black ) : System
name string
subsetName string
width int
height int
periodic bool
black bool
리턴 System

TextOutput() 공개 메소드

public TextOutput ( ) : string
리턴 string