C# Class ComparePlugin.SecondGump

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetRawGump() public static méthode

public static GetRawGump ( int index, int &width, int &height ) : byte[]
index int
width int
height int
Résultat byte[]

IsValidIndex() public static méthode

Tests if index is definied
public static IsValidIndex ( int index ) : bool
index int
Résultat bool

SetFileIndex() public static méthode

public static SetFileIndex ( string idxPath, string mulPath ) : void
idxPath string
mulPath string
Résultat void