C# Class ComparePlugin.SecondTexture

Show file Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
GetIdxLength ( ) : int
GetRawTexture ( int index ) : byte[]
GetTexture ( int index ) : Bitmap
IsValidTexture ( int index ) : bool
SetFileIndex ( string idxPath, string mulPath ) : void

Private Methods

Method Description
LoadTexture ( Stream stream, int extra, int length ) : Bitmap

Method Details

GetIdxLength() public static method

public static GetIdxLength ( ) : int
return int

GetRawTexture() public static method

public static GetRawTexture ( int index ) : byte[]
index int
return byte[]

GetTexture() public static method

public static GetTexture ( int index ) : Bitmap
index int
return System.Drawing.Bitmap

IsValidTexture() public static method

public static IsValidTexture ( 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