C# Class CodeTV.VideoForm

Afficher le fichier Open project: dgis/CodeTV

Méthodes publiques

Méthode Description
PreProcessMessage ( Message &msg ) : bool
UpdateSize ( ) : void
VideoForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseMove ( MouseEventArgs e ) : void
OnPaintBackground ( System pevent ) : void
WndProc ( Message &m ) : 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.

VideoForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
VideoForm_Resize ( object sender, EventArgs e ) : 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

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( System pevent ) : void
pevent System
Résultat void

PreProcessMessage() public méthode

public PreProcessMessage ( Message &msg ) : bool
msg Message
Résultat bool

UpdateSize() public méthode

public UpdateSize ( ) : void
Résultat void

VideoForm() public méthode

public VideoForm ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void