C# Класс Sphere.Core.Tile

A Sphere Tile object.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный Метод

Creates a perfect clone of this Tile.
public Clone ( ) : Tile
Результат Tile

Tile() публичный Метод

Creates a tile object, from an existing image.
public Tile ( Bitmap image ) : System
image System.Drawing.Bitmap System.Drawing.Image object to use.
Результат System

Tile() публичный Метод

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.
Результат System