C# 클래스 P02Project.Webcam

Interaction logic for Webcam.xaml
상속: System.Windows.Controls.UserControl, Animatiable
파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectedImagesProperty System.Windows.DependencyProperty
SelectedWebcamMonikerStringProperty System.Windows.DependencyProperty
SelectedWebcamProperty System.Windows.DependencyProperty
WebcamRotationProperty DependencyProperty

공개 메소드들

메소드 설명
AnimateIn ( ) : void
AnimateOut ( ) : void
Webcam ( ) : System

비공개 메소드들

메소드 설명
CaptureImage_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void

Determines whether the CaptureImage command can be executed

CaptureImage_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Invoked when the CaptureImage command is executed

ClearAllImages_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Invoked when the ClearAllImages command is executed

RemoveImage_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Invoked when the RemoveImage command is executed

ResetTimer ( ) : void
SelectedWebcamMonikerString_Changed ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked when the SelectedWebcamMonikerString dependency property has changed

selectedImageClicked ( Object sender, RoutedEventArgs e ) : void

invoked when an image in the select pool has been clicked

tweetBtnClicked ( object sender, RoutedEventArgs e ) : void

Invoked when "Tweet" button has been clicked

tweetTxtFocused ( object sender, RoutedEventArgs e ) : void

Invoked when tweeting textbox has been touched.

tweetTxtKeyUp ( object sender, MouseButtonEventArgs e ) : void
tweetTxt_KeyDown ( object sender, KeyEventArgs e ) : void
writeThisImageTo ( BitmapSource bitmap, String filename ) : void

A helper method that write a given image to a given filename

메소드 상세

AnimateIn() 공개 메소드

public AnimateIn ( ) : void
리턴 void

AnimateOut() 공개 메소드

public AnimateOut ( ) : void
리턴 void

Webcam() 공개 메소드

public Webcam ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

public static DependencyProperty WebcamRotationProperty
리턴 DependencyProperty