C# 클래스 WebcamCapture.MainForm

파일 보기 프로젝트 열기: alex-chekhachev/WebcamCapture.NET

공개 메소드들

메소드 설명
AddMenuItem ( UIExtensionSite site, ToolStripMenuItem item ) : void
MainForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnLoad ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
ChangeCameraFormatClick ( object sender, EventArgs e ) : void
ExitClick ( object sender, EventArgs e ) : void
FormResize ( object sender, EventArgs e ) : void
InitDeviceList ( ) : void
InitFilters ( ) : void
InitializeComponent ( ) : void

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

LoadPlugins ( ) : void
SelectDefaultDevice ( ) : void
SelectDeviceClick ( object sender, EventArgs e ) : void

메소드 상세

AddMenuItem() 공개 메소드

public AddMenuItem ( UIExtensionSite site, ToolStripMenuItem item ) : void
site UIExtensionSite
item ToolStripMenuItem
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m Message
리턴 void