Method | Description | |
---|---|---|
Form1 ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
使用中のリソースをすべてクリーンアップします。
|
|
OnPaintBackground ( PaintEventArgs pevent ) : void |
Method | Description | |
---|---|---|
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
Form1_KeyDown ( object sender, KeyEventArgs e ) : void | ||
Form1_Load ( object sender, EventArgs e ) : void | ||
Form1_Paint ( object sender, PaintEventArgs e ) : void | ||
InitializeComponent ( ) : void |
デザイナー サポートに必要なメソッドです。このメソッドの内容を コード エディターで変更しないでください。
|
|
ReaderThread ( ) : void | ||
getVideoPoint ( Joint joint ) : Point | ||
xnDraw ( ) : void | ||
xnInitialize ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | マネージ リソースが破棄される場合 true、破棄されない場合は false です。 |
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |