C# Class mtWPFInertia.PictureTracker.InertiaParam

显示文件 Open project: RIT-Tool-Time/Cascade

Public Properties

Property Type Description
_stopwatch System.Diagnostics.Stopwatch

Public Methods

Method Description
Reset ( ) : void
Stop ( ) : void
Update ( Windows7.Multitouch.Manipulation.ManipulationDeltaEventArgs e, float history ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( Windows7.Multitouch.Manipulation.ManipulationDeltaEventArgs e, float history ) : void
e Windows7.Multitouch.Manipulation.ManipulationDeltaEventArgs
history float
return void

Property Details

_stopwatch public_oe property

public System.Diagnostics.Stopwatch _stopwatch
return System.Diagnostics.Stopwatch