C# Class Sphere.Core.Tile

A Sphere Tile object.
Mostrar archivo Open project: Radnen/spherestudio Class Usage Examples

Public Methods

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