C# Class OdessaGUIProject.UI_Controls.RawVideoThumbnailControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
RawVideoThumbnailControl System
RawVideoThumbnailControl_MouseEnter void
RawVideoThumbnailControl_MouseLeave void
RawVideoThumbnailControl_Paint void
removePicture_Click void
thumbnailBox_MouseEnter void
thumbnailBox_MouseLeave void
thumbnailQueueItem_ThumbnailGenerated void

Méthodes publiques

Méthode Description
UpdateTitle ( string title ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseLeave ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RawVideoThumbnailControl ( ) : System
RawVideoThumbnailControl_MouseEnter ( object sender, EventArgs e ) : void
RawVideoThumbnailControl_MouseLeave ( object sender, EventArgs e ) : void
RawVideoThumbnailControl_Paint ( object sender, PaintEventArgs e ) : void
removePicture_Click ( object sender, EventArgs e ) : void
thumbnailBox_MouseEnter ( object sender, EventArgs e ) : void
thumbnailBox_MouseLeave ( object sender, EventArgs e ) : void
thumbnailQueueItem_ThumbnailGenerated ( object sender, Image thumbnail ) : void

Method Details

Dispose() protected méthode

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

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

UpdateTitle() public méthode

public UpdateTitle ( string title ) : void
title string
Résultat void