Method | Description | |
---|---|---|
Layer ( int width, int height ) : System |
Creates a new layer with the specified width and height.
|
|
this ( int index ) : Cell |
Gets a cell by index.
|
|
this ( int x, int y ) : Cell |
Gets a cell by coordinates.
|
Method | Description | |
---|---|---|
CheckForBounds ( int x, int y ) : void | ||
CheckForIndexBounds ( int index ) : void |
public Layer ( int width, int height ) : System | ||
width | int | The width of the layer. |
height | int | The height of the layer. |
return | System |
public this ( int x, int y ) : Cell | ||
x | int | The x (0-based) position of the cell. |
y | int | The y (0-based) position of the cell. |
return | Cell |