C# Класс ComparePlugin.SecondGump

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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