C# 클래스 BiomePainter.Clipboard.BiomeCopy

파일 보기 프로젝트 열기: mblaine/BiomePainter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Biomes ].byte[
Bottom int
Empty bool
Height int
Left int
Right int
Top int
Width int

공개 메소드들

메소드 설명
BiomeCopy ( ) : System
Crop ( ) : void
ToBitmap ( ) : Bitmap

메소드 상세

BiomeCopy() 공개 메소드

public BiomeCopy ( ) : System
리턴 System

Crop() 공개 메소드

public Crop ( ) : void
리턴 void

ToBitmap() 공개 메소드

public ToBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

프로퍼티 상세

Biomes 공개적으로 프로퍼티

public byte[,] Biomes
리턴 ].byte[

Bottom 공개적으로 프로퍼티

public int Bottom
리턴 int

Empty 공개적으로 프로퍼티

public bool Empty
리턴 bool

Height 공개적으로 프로퍼티

public int Height
리턴 int

Left 공개적으로 프로퍼티

public int Left
리턴 int

Right 공개적으로 프로퍼티

public int Right
리턴 int

Top 공개적으로 프로퍼티

public int Top
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int