C# Class BouncingBall.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Canvas_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
CompositionTarget_Rendering ( object sender, EventArgs e ) : void
CreateAfterimages ( ) : void
GetAfterimage ( int index ) : System.Windows.Shapes.Ellipse
SetBallLocation ( TimeSpan time ) : void
UpdateAfterimages ( TimeSpan time ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System