C# Class Cyjb.Projects.JigsawGame.ThumbForm

缩略图窗口。
Inheritance: ToolForm
Show file Open project: CYJB/Cyjb.Projects.JigsawGame Class Usage Examples

Public Methods

Method Description
ThumbForm ( ) : System

构造函数。

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ThumbForm_MouseDown ( object sender, MouseEventArgs e ) : void

鼠标按下的事件。

ThumbForm_MouseMove ( object sender, MouseEventArgs e ) : void

鼠标移动的事件。

ThumbForm_Paint ( object sender, PaintEventArgs e ) : void

绘制窗体的事件。

ThumbForm_SizeChanged ( object sender, EventArgs e ) : void

窗体大小被改变的事件。

Method Details

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

ThumbForm() public method

构造函数。
public ThumbForm ( ) : System
return System