C# Class SimpleTiledModel, RandomCode

Inheritance: Model
Afficher le fichier Open project: Atrix256/RandomCode Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

Method Details

Graphics() public méthode

public Graphics ( ) : Bitmap
Résultat Bitmap

OnBoundary() protected méthode

protected OnBoundary ( int x, int y ) : bool
x int
y int
Résultat bool

Propagate() protected méthode

protected Propagate ( ) : bool
Résultat bool

SimpleTiledModel() public méthode

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
Résultat System

TextOutput() public méthode

public TextOutput ( ) : string
Résultat string