C# Class Engine.Objects.Tile

A Sphere Tile object.
Mostra file Open project: Radnen/sphere-sfml Class Usage Examples

Public Methods

Method Description
Clone ( ) : Tile

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.

Method Details

Clone() public method

Creates a perfect clone of this Tile.
public Clone ( ) : Tile
return Tile

Tile() public method

Creates a tile object, from an existing image.
public Tile ( Image image ) : System
image Image System.Drawing.Image object to use.
return System

Tile() public method

Create's a new tile object.
public Tile ( int width, int height ) : System
width int The width of the tile.
height int The height of the tile.
return System