C# Класс OdessaGUIProject.UI_Controls.RawVideoThumbnailControl

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
UpdateTitle ( string title ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseLeave ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnMouseLeave() защищенный Метод

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Результат void

UpdateTitle() публичный Метод

public UpdateTitle ( string title ) : void
title string
Результат void