C# Class AlphaTab.Platform.CSharp.WinForms.AlphaTabControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
AlphaTabControl ( ) : System
InvalidateTrack ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnRenderFinished ( RenderFinishedEventArgs e ) : void

Private Methods

Méthode Description
AddPartialResult ( RenderFinishedEventArgs result ) : void

Method Details

AlphaTabControl() public méthode

public AlphaTabControl ( ) : System
Résultat System

InvalidateTrack() public méthode

public InvalidateTrack ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnRenderFinished() protected méthode

protected OnRenderFinished ( RenderFinishedEventArgs e ) : void
e AlphaTab.Rendering.RenderFinishedEventArgs
Résultat void