C# 클래스 OpenCvSharp.UserInterface.TrackbarWithLabel

파일 보기 프로젝트 열기: shimat/opencvsharp 1 사용 예제들

공개 메소드들

메소드 설명
TrackbarWithLabel ( ) : System

Constructor

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

Constructor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

SetLabelText ( ) : void

_trackBar_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

TrackbarWithLabel() 공개 메소드

Constructor
public TrackbarWithLabel ( ) : System
리턴 System

TrackbarWithLabel() 공개 메소드

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