Method | Description | |
---|---|---|
Clone ( ) : |
Creates a perfect clone of this Tile.
|
|
Tile ( Image image ) : System |
Creates a tile object, from an existing image.
|
|
Tile ( int width, int height ) : System |
Create's a new tile object.
|
public Tile ( Image image ) : System | ||
image | Image | System.Drawing.Image object to use. |
return | System |
public Tile ( int width, int height ) : System | ||
width | int | The width of the tile. |
height | int | The height of the tile. |
return | System |