C# Class TowerAnimator.Grid

Mostra file Open project: uiacm/tower_creator Class Usage Examples

Public Methods

Method 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 method

public Get ( int row, int column ) : Color
row int
column int
return System.Drawing.Color

Grid() public method

public Grid ( Grid other ) : System.Collections.Generic
other Grid
return System.Collections.Generic

Grid() public method

public Grid ( int rows, int columns ) : System.Collections.Generic
rows int
columns int
return System.Collections.Generic

Invert() public method

public Invert ( ) : void
return void

Set() public method

public Set ( int row, int column, Color value ) : void
row int
column int
value System.Drawing.Color
return void

ShiftDown() public method

public ShiftDown ( ) : void
return void

ShiftLeft() public method

public ShiftLeft ( ) : void
return void

ShiftRight() public method

public ShiftRight ( ) : void
return void

ShiftUp() public method

public ShiftUp ( ) : void
return void