C# 클래스 fCraft.MapRendering.IsoCat

Isometric map renderer. Creates a bitmap of the map.
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BlendPixel void
BlendTile void
CalculateCropBounds System.Drawing.Rectangle
Draw IsoCatResult
GetBlock byte
IsoCat System
ReportProgress void

공개 메소드들

메소드 설명
CancelAsync ( ) : void

비공개 메소드들

메소드 설명
BlendPixel ( int imageOffset, int tileOffset ) : void
BlendTile ( byte block ) : void
CalculateCropBounds ( [ imageBmp ) : Rectangle
Draw ( [ mapToDraw ) : IsoCatResult
GetBlock ( int xx, int yy, int zz ) : byte
IsoCat ( ) : System
ReportProgress ( float progress ) : void

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( ) : void
리턴 void