C# Class OpenCvSharp.UserInterface.TrackbarWithLabel

Exibir arquivo Open project: shimat/opencvsharp Class Usage Examples

Public Methods

Method Description
TrackbarWithLabel ( ) : System

Constructor

TrackbarWithLabel ( string labelText, int pos, int max, int min ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

SetLabelText ( ) : void

_trackBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

TrackbarWithLabel() public method

Constructor
public TrackbarWithLabel ( ) : System
return System

TrackbarWithLabel() public method

Constructor
public TrackbarWithLabel ( string labelText, int pos, int max, int min ) : System
labelText string
pos int
max int
min int
return System