C# Class PhilView, ScalableJoins

Inheritance: Form
Mostrar archivo Open project: JoinPatterns/ScalableJoins Class Usage Examples

Public Properties

Property Type Description
stopwatch Stopwatch

Public Methods

Method Description
PhilView ( bool scalable, bool synchronous ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
DrawToOffscreen ( ) : void
InitializeComponent ( ) : void
Main ( string args ) : void
OnTimer ( object sender, EventArgs pe ) : void
PhilView_Click ( object sender, EventArgs e ) : void

Method Details

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

OnPaint() protected method

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

PhilView() public method

public PhilView ( bool scalable, bool synchronous ) : System
scalable bool
synchronous bool
return System

Property Details

stopwatch public_oe static_oe property

public static Stopwatch stopwatch
return Stopwatch