C# Class ComparePlugin.SecondTexture

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

Méthodes publiques

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

Private Methods

Méthode Description
LoadTexture ( Stream stream, int extra, int length ) : Bitmap

Method Details

GetIdxLength() public static méthode

public static GetIdxLength ( ) : int
Résultat int

GetRawTexture() public static méthode

public static GetRawTexture ( int index ) : byte[]
index int
Résultat byte[]

GetTexture() public static méthode

public static GetTexture ( int index ) : Bitmap
index int
Résultat System.Drawing.Bitmap

IsValidTexture() public static méthode

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