C# Class ObservableLinq.Demo.Wpf.GifRecorderManager

Show file Open project: TheFabFab/ObservableLinq

Public Methods

Method Description
CurrentStoryboardsCompleted ( ) : System.Threading.Tasks.Task
RegisterStoryboard ( System.Windows.Media.Animation.Storyboard storyboard ) : void
StartRecording ( FrameworkElement container, FrameworkElement root, string fileName, int fps ) : IDisposable

Method Details

CurrentStoryboardsCompleted() public method

public CurrentStoryboardsCompleted ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RegisterStoryboard() public method

public RegisterStoryboard ( System.Windows.Media.Animation.Storyboard storyboard ) : void
storyboard System.Windows.Media.Animation.Storyboard
return void

StartRecording() public method

public StartRecording ( FrameworkElement container, FrameworkElement root, string fileName, int fps ) : IDisposable
container System.Windows.FrameworkElement
root System.Windows.FrameworkElement
fileName string
fps int
return IDisposable