C# 클래스 Dwarrowdelf.Client.TileSetLoader

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

공개 메소드들

메소드 설명
GetTileBitmap ( SymbolID symbolID, int size ) : System.Windows.Media.Imaging.BitmapSource
Load ( ) : void
TileSetLoader ( string path ) : System

비공개 메소드들

메소드 설명
CreateCharDrawing ( CharGfx gfx ) : System.Windows.Media.Drawing
CreateVectorDrawing ( DrawingGfx gfx ) : System.Windows.Media.Drawing
DecideGfx ( Symbol symbol ) : GfxBase
DecideTileGfx ( Symbol symbol, int size ) : GfxBase
GetBitmapGfx ( BitmapGfx gfx, int size ) : System.Windows.Media.Imaging.BitmapSource
GetVectorGfx ( VectorGfxBase gfx ) : System.Windows.Media.Drawing
IsPowerOfTwo ( uint x ) : bool
LoadBitmapResource ( string name ) : System.Windows.Media.Imaging.BitmapSource
LoadDrawingResource ( string drawingsName ) : Drawing>.Dictionary
LoadSymbolSet ( string symbolInfoName ) : SymbolSet
ParseSizes ( string sizeStr ) : uint

메소드 상세

GetTileBitmap() 공개 메소드

public GetTileBitmap ( SymbolID symbolID, int size ) : System.Windows.Media.Imaging.BitmapSource
symbolID SymbolID
size int
리턴 System.Windows.Media.Imaging.BitmapSource

Load() 공개 메소드

public Load ( ) : void
리턴 void

TileSetLoader() 공개 메소드

public TileSetLoader ( string path ) : System
path string
리턴 System