C# Class SimpleTiledModel, RandomCode

Inheritance: Model
Exibir arquivo Open project: Atrix256/RandomCode Class Usage Examples

Public Methods

Method Description
Graphics ( ) : Bitmap
SimpleTiledModel ( string name, string subsetName, int width, int height, bool periodic, bool black ) : System
TextOutput ( ) : string

Protected Methods

Method Description
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

Method Details

Graphics() public method

public Graphics ( ) : Bitmap
return Bitmap

OnBoundary() protected method

protected OnBoundary ( int x, int y ) : bool
x int
y int
return bool

Propagate() protected method

protected Propagate ( ) : bool
return bool

SimpleTiledModel() public method

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
return System

TextOutput() public method

public TextOutput ( ) : string
return string