C# Class ComparePlugin.SecondGump

显示文件 Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
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

Method Details

GetGump() public static method

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

GetRawGump() public static method

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

IsValidIndex() public static method

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

SetFileIndex() public static method

public static SetFileIndex ( string idxPath, string mulPath ) : void
idxPath string
mulPath string
return void