C# 클래스 Pokemon_Shuffle_Save_Editor.Form1

파일 보기 프로젝트 열기: SciresM/PSSE

공개 메소드들

메소드 설명
Form1 ( ) : System
ResizeImage ( Image image, int width, int height ) : Bitmap

비공개 메소드들

메소드 설명
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

메소드 상세

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

ResizeImage() 공개 정적인 메소드

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