C# Class OpenCvSharp.UserInterface.TrackbarWithLabel

Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Méthodes publiques

Méthode Description
TrackbarWithLabel ( ) : System

Constructor

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

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetLabelText ( ) : void

_trackBar_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

TrackbarWithLabel() public méthode

Constructor
public TrackbarWithLabel ( ) : System
Résultat System

TrackbarWithLabel() public méthode

Constructor
public TrackbarWithLabel ( string labelText, int pos, int max, int min ) : System
labelText string
pos int
max int
min int
Résultat System