C# Class Sphere.Core.Tile

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

Méthodes publiques

Méthode Description
Clone ( ) : Tile

Creates a perfect clone of this Tile.

Tile ( Bitmap 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 ( Bitmap image ) : System
image System.Drawing.Bitmap 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