C# Class TowerAnimator.Grid

Afficher le fichier Open project: uiacm/tower_creator Class Usage Examples

Méthodes publiques

Méthode Description
Get ( int row, int column ) : Color
Grid ( Grid other ) : System.Collections.Generic
Grid ( int rows, int columns ) : System.Collections.Generic
Invert ( ) : void
Set ( int row, int column, Color value ) : void
ShiftDown ( ) : void
ShiftLeft ( ) : void
ShiftRight ( ) : void
ShiftUp ( ) : void

Method Details

Get() public méthode

public Get ( int row, int column ) : Color
row int
column int
Résultat System.Drawing.Color

Grid() public méthode

public Grid ( Grid other ) : System.Collections.Generic
other Grid
Résultat System.Collections.Generic

Grid() public méthode

public Grid ( int rows, int columns ) : System.Collections.Generic
rows int
columns int
Résultat System.Collections.Generic

Invert() public méthode

public Invert ( ) : void
Résultat void

Set() public méthode

public Set ( int row, int column, Color value ) : void
row int
column int
value System.Drawing.Color
Résultat void

ShiftDown() public méthode

public ShiftDown ( ) : void
Résultat void

ShiftLeft() public méthode

public ShiftLeft ( ) : void
Résultat void

ShiftRight() public méthode

public ShiftRight ( ) : void
Résultat void

ShiftUp() public méthode

public ShiftUp ( ) : void
Résultat void