C# Class ScreenToGif.Windows.Board

Board recorder, a "record as you draw" feature.
Show file Open project: dbremner/ScreenToGif Class Usage Examples

Public Properties

Property Type Description
ExitArg ExitAction
ListFrames List

Public Methods

Method Description
Board ( bool hideBackButton = false ) : System

Private Methods

Method Description
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

Method Details

Board() public method

public Board ( bool hideBackButton = false ) : System
hideBackButton bool
return System

Property Details

ExitArg public property

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

ListFrames public property

Lists of cursors.
public List ListFrames
return List