C# Class xFunc.Views.PlottingGraph

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: sys27/xFunc

Méthodes publiques

Méthode Description
PlottingGraph ( ) : System
ReRender ( ) : void

Private Methods

Méthode Description
DrawCurrentCoords ( ) : void
DrawFunc ( GraphItemViewModel graph ) : void
DrawGrid ( ) : void
DrawOXOY ( ) : void
InitCoords ( ) : void
canvas_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
canvas_ManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
renderGrid_StateChanged ( object sender, RoutedEventArgs e ) : void
slider_ValueChanged ( object o, RoutedPropertyChangedEventArgs args ) : void
this_MouseDoubleClick ( object o, System.Windows.Input.MouseButtonEventArgs args ) : void
this_MouseLeftButtonDown ( object o, System.Windows.Input.MouseButtonEventArgs args ) : void
this_MouseMove ( object o, System.Windows.Input.MouseEventArgs args ) : void
this_MouseWheel ( object o, System.Windows.Input.MouseWheelEventArgs args ) : void
this_SizeChanged ( object o, System.Windows.SizeChangedEventArgs args ) : void

Method Details

PlottingGraph() public méthode

public PlottingGraph ( ) : System
Résultat System

ReRender() public méthode

public ReRender ( ) : void
Résultat void