C# 클래스 Ultima.Textures

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
GetIdxLength ( ) : int
GetTexture ( int index ) : Bitmap

Returns Bitmap of Texture

GetTexture ( int index, bool &patched ) : Bitmap

Returns Bitmap of Texture with verdata bool

Reload ( ) : void

ReReads texmaps

Remove ( int index ) : void

Removes Texture m_Removed

Replace ( int index, Bitmap bmp ) : void

Replaces Texture

Save ( string path ) : void
TestTexture ( int index ) : bool

Tests if index is valid Texture

비공개 메소드들

메소드 설명
compareSaveImages ( byte newchecksum, CheckSums &sum ) : bool

메소드 상세

GetIdxLength() 공개 정적인 메소드

public static GetIdxLength ( ) : int
리턴 int

GetTexture() 공개 정적인 메소드

Returns Bitmap of Texture
public static GetTexture ( int index ) : Bitmap
index int
리턴 Bitmap

GetTexture() 공개 정적인 메소드

Returns Bitmap of Texture with verdata bool
public static GetTexture ( int index, bool &patched ) : Bitmap
index int
patched bool
리턴 Bitmap

Reload() 공개 정적인 메소드

ReReads texmaps
public static Reload ( ) : void
리턴 void

Remove() 공개 정적인 메소드

Removes Texture m_Removed
public static Remove ( int index ) : void
index int
리턴 void

Replace() 공개 정적인 메소드

Replaces Texture
public static Replace ( int index, Bitmap bmp ) : void
index int
bmp Bitmap
리턴 void

Save() 공개 정적인 메소드

public static Save ( string path ) : void
path string
리턴 void

TestTexture() 공개 정적인 메소드

Tests if index is valid Texture
public static TestTexture ( int index ) : bool
index int
리턴 bool