C# 클래스 ComparePlugin.SecondGump

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

공개 메소드들

메소드 설명
GetGump ( int index ) : Bitmap

Returns Bitmap of index and if verdata patched

GetRawGump ( int index, int &width, int &height ) : byte[]
IsValidIndex ( int index ) : bool

Tests if index is definied

SetFileIndex ( string idxPath, string mulPath ) : void

메소드 상세

GetGump() 공개 정적인 메소드

Returns Bitmap of index and if verdata patched
public static GetGump ( int index ) : Bitmap
index int
리턴 System.Drawing.Bitmap

GetRawGump() 공개 정적인 메소드

public static GetRawGump ( int index, int &width, int &height ) : byte[]
index int
width int
height int
리턴 byte[]

IsValidIndex() 공개 정적인 메소드

Tests if index is definied
public static IsValidIndex ( int index ) : bool
index int
리턴 bool

SetFileIndex() 공개 정적인 메소드

public static SetFileIndex ( string idxPath, string mulPath ) : void
idxPath string
mulPath string
리턴 void