C# Class Engine.Objects.Tile

A Sphere Tile object.
Afficher le fichier Open project: Radnen/sphere-sfml Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a perfect clone of this Tile.
public Clone ( ) : Tile
Résultat Tile

Tile() public méthode

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

Tile() public méthode

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.
Résultat System