C# Class HSoD2TextureMerge.MainForm

Afficher le fichier Open project: yyuueexxiinngg/HSoD2TextureMerge

Méthodes publiques

Méthode Description
MainForm ( ) : System
mergeImage ( Bitmap rgbTexture, Bitmap alphaTexture ) : Bitmap

Private Methods

Méthode Description
btn_FolderSelect_Click ( object sender, EventArgs e ) : void
btn_Preview_Click ( object sender, EventArgs e ) : void
btn_Process_Click ( object sender, EventArgs e ) : void
btn_SelectSample_Click ( object sender, EventArgs e ) : void
copyFiles ( FileInfo sourceFile, string destFolder, string destFileName ) : void
errorFileProcessing ( ) : void
getFile ( string path, Dictionary fileMap ) : void
richTextBox_Console_Foucus ( ) : void
richTextBox_Console_LinkClicked ( object sender, LinkClickedEventArgs e ) : void
unmatchedFileProcessing ( ) : void

Method Details

MainForm() public méthode

public MainForm ( ) : System
Résultat System

mergeImage() public méthode

public mergeImage ( Bitmap rgbTexture, Bitmap alphaTexture ) : Bitmap
rgbTexture Bitmap
alphaTexture Bitmap
Résultat Bitmap