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

Inheritance: System.Windows.Forms.Control
Show file Open project: CoderLine/alphaTab

Public Methods

Method Description
AlphaTabControl ( ) : System
InvalidateTrack ( ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnRenderFinished ( RenderFinishedEventArgs e ) : void

Private Methods

Method Description
AddPartialResult ( RenderFinishedEventArgs result ) : void

Method Details

AlphaTabControl() public method

public AlphaTabControl ( ) : System
return System

InvalidateTrack() public method

public InvalidateTrack ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnRenderFinished() protected method

protected OnRenderFinished ( RenderFinishedEventArgs e ) : void
e AlphaTab.Rendering.RenderFinishedEventArgs
return void