C# Class ScreenToGif.Pages.GifPreviewer

A form that plays the gif.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: dbremner/ScreenToGif Class Usage Examples

Public Methods

Method Description
GifPreviewer ( string imagePath ) : System.ComponentModel

Constructor that receives the image as parameter.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
GifPreviewer ( ) : System.ComponentModel

Default constructor.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WebBrowserOnDocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs webBrowserDocumentCompletedEventArgs ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GifPreviewer() public method

Constructor that receives the image as parameter.
public GifPreviewer ( string imagePath ) : System.ComponentModel
imagePath string
return System.ComponentModel

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
return void