C# 클래스 CamTimer.Controls.WebcamConfigurationPicker

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: fredrikdev/CamTimer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FocusItem void
InitializeComponent void
SetResolutions void
WebcamConfigurationPicker System
sub_GotFocus void
sub_LostFocus void
sub_MouseEnter void
sub_MouseLeave void
webCamResolution_Scroll void

보호된 메소드들

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

Clean up any resources being used.

OnEnabledChanged ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void

비공개 메소드들

메소드 설명
FocusItem ( Size size, short bpp ) : void
InitializeComponent ( ) : void

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

SetResolutions ( WebcamConfiguration resolutions ) : void
WebcamConfigurationPicker ( ) : System
sub_GotFocus ( object sender, EventArgs e ) : void
sub_LostFocus ( object sender, EventArgs e ) : void
sub_MouseEnter ( object sender, EventArgs e ) : void
sub_MouseLeave ( object sender, EventArgs e ) : void
webCamResolution_Scroll ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void