C# 클래스 ScreenToGif.Windows.Board

Board recorder, a "record as you draw" feature.
파일 보기 프로젝트 열기: dbremner/ScreenToGif 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExitArg ExitAction
ListFrames List

공개 메소드들

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

비공개 메소드들

메소드 설명
AddFrames ( string fileName, System.Windows.Media.Imaging.BitmapSource bitmap ) : void

Saves the Bitmap to the disk.

AdjustToSize ( ) : void
AutoFitButtons ( ) : void

Changes the way that the Record and Stop buttons are shown.

BoardTipColorBorder_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Board_OnLoaded ( object sender, RoutedEventArgs e ) : void
HeightTextBox_LostFocus ( object sender, RoutedEventArgs e ) : void
LightWindow_Closing ( object sender, System e ) : void
LightWindow_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
MainInkCanvas_OnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MainInkCanvas_OnPreviewMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Normal_Elapsed ( object sender, EventArgs e ) : void
Options_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
Options_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
RecordPause ( ) : void

Method that starts or pauses the recording

SizeBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
Stop ( ) : void

Stops the recording or the Pre-Start countdown.

StopButton_Click ( object sender, RoutedEventArgs e ) : void
TextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

Board() 공개 메소드

public Board ( 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