C# Class SerahToolkit_SharpGL.Forms.wm35

Inheritance: System.Windows.Forms.Form
显示文件 Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Properties

Property Type Description
ForceClose bool

Public Methods

Method Description
ColorizeBlock ( Rectangle rect ) : void
ResetBlockColor ( int x, int y ) : void
wm35 ( WM_Section35 wm ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

ColorizeBlock() public method

public ColorizeBlock ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

Dispose() protected method

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

ResetBlockColor() public method

public ResetBlockColor ( int x, int y ) : void
x int
y int
return void

wm35() public method

public wm35 ( WM_Section35 wm ) : System
wm WM_Section35
return System

Property Details

ForceClose public_oe property

public bool ForceClose
return bool