C# Class Pokemon_Shuffle_Save_Editor.Form1

ファイルを表示 Open project: SciresM/PSSE

Public Methods

Method Description
Form1 ( ) : System
ResizeImage ( Image image, int width, int height ) : Bitmap

Private Methods

Method Description
B_CheatsForm_Click ( object sender, EventArgs e ) : void
B_Open_Click ( object sender, EventArgs e ) : void
B_Save_Click ( object sender, EventArgs e ) : void
GetCaughtImage ( int ind, bool caught ) : Bitmap
GetMonImage ( int mon_num, int form, bool mega = false ) : Bitmap
GetStageImage ( int mon_num, int form, bool mega = false ) : Bitmap
Parse ( ) : void
UpdateForm ( object sender, EventArgs e ) : void
UpdateOwnedBox ( ) : void
UpdateResourceBox ( ) : void
UpdateStageBox ( ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System

ResizeImage() public static method

public static ResizeImage ( Image image, int width, int height ) : Bitmap
image Image
width int
height int
return Bitmap