C# Class ZanoFineTuning.Tools.Vibration.Views.Complete

Interaction logic for Complete.xaml
Inheritance: System.Windows.Controls.Page
Mostrar archivo Open project: torquing/ZanoFineTuning

Public Methods

Method Description
Complete ( ) : System
CreateLineWithArrowPointCollection ( Point startPoint, Point endPoint, double lineWidth ) : System.Windows.Media.PointCollection

Private Methods

Method Description
FormatRating ( int motor ) : String
GetMotorReading ( int motor ) : MotorReading
GetRating ( int motor ) : double
Menu_Click ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
Retry_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Complete() public method

public Complete ( ) : System
return System

CreateLineWithArrowPointCollection() public static method

public static CreateLineWithArrowPointCollection ( Point startPoint, Point endPoint, double lineWidth ) : System.Windows.Media.PointCollection
startPoint Point
endPoint Point
lineWidth double
return System.Windows.Media.PointCollection