C# 클래스 SerahToolkit_SharpGL.Forms.wm35

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ForceClose bool

공개 메소드들

메소드 설명
ColorizeBlock ( Rectangle rect ) : void
ResetBlockColor ( int x, int y ) : void
wm35 ( WM_Section35 wm ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CalculateRectangle ( int x, int y ) : Rectangle
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Timer_Tick ( object sender, EventArgs e ) : void
UpdateMagicIDs ( ) : void
UpdateWM ( ) : void
button1_Click ( object sender, EventArgs e ) : void
dataGridView1_SelectionChanged ( object sender, EventArgs e ) : void
memcpy ( IntPtr dest, IntPtr src, UIntPtr count ) : IntPtr
pictureBox1_Click ( object sender, EventArgs e ) : void
pictureBox2_Click ( object sender, EventArgs e ) : void

메소드 상세

ColorizeBlock() 공개 메소드

public ColorizeBlock ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ResetBlockColor() 공개 메소드

public ResetBlockColor ( int x, int y ) : void
x int
y int
리턴 void

wm35() 공개 메소드

public wm35 ( WM_Section35 wm ) : System
wm WM_Section35
리턴 System

프로퍼티 상세

ForceClose 공개적으로 프로퍼티

public bool ForceClose
리턴 bool