C# 클래스 SimplexDialog.Dialog

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine 1 사용 예제들

공개 메소드들

메소드 설명
Dialog ( ) : System
Dialog ( Point Position, Size Size, string Caption = "", string Text = "", int Depth, state Type = state.message, Form1 f = null ) : System
Update ( Form1 f ) : void

메소드 상세

Dialog() 공개 메소드

public Dialog ( ) : System
리턴 System

Dialog() 공개 메소드

public Dialog ( Point Position, Size Size, string Caption = "", string Text = "", int Depth, state Type = state.message, Form1 f = null ) : System
Position Point
Size System.Drawing.Size
Caption string
Text string
Depth int
Type state
f Form1
리턴 System

Update() 공개 메소드

public Update ( Form1 f ) : void
f Form1
리턴 void