C# 클래스 Sphere.Core.Tile

A Sphere Tile object.
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
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