C# 클래스 ScreenToGif.Windows.Webcam

Interaction logic for Webcam.xaml
파일 보기 프로젝트 열기: dbremner/ScreenToGif 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExitArg ExitAction
ListFrames List
StageProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Webcam ( bool hideBackButton = false ) : System

Default constructor.

비공개 메소드들

메소드 설명
AddFrames ( string filename, Bitmap bitmap ) : void
AddRenderFrames ( string filename, System.Windows.Media.Imaging.RenderTargetBitmap bitmap ) : void
BackButton_OnClick ( object sender, RoutedEventArgs e ) : void
CallBack ( IAsyncResult r ) : void
CheckVideoDevices_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Discard ( ) : void
DiscardButton_Click ( object sender, RoutedEventArgs e ) : void
DiscardCallback ( IAsyncResult ar ) : void
KeyHookTarget ( object sender, CustomKeyEventArgs e ) : void

KeyHook event method. This fires when the user press a key.

LoadCallBack ( IAsyncResult r ) : void
LoadVideoDevices ( ) : List

Loads the list of video devices.

Normal_Elapsed ( object sender, EventArgs e ) : void
NotRecording_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Options_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
RecordPauseButton_Click ( object sender, RoutedEventArgs e ) : void
Stop_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Stop_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
System_PowerModeChanged ( object sender, PowerModeChangedEventArgs e ) : void
VideoDevicesComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

Webcam() 공개 메소드

Default constructor.
public Webcam ( bool hideBackButton = false ) : System
hideBackButton bool
리턴 System

프로퍼티 상세

ExitArg 공개적으로 프로퍼티

The action to be executed after closing this Window.
public ExitAction ExitArg
리턴 ExitAction

ListFrames 공개적으로 프로퍼티

Lists of cursors.
public List ListFrames
리턴 List

StageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StageProperty
리턴 System.Windows.DependencyProperty