C# Class xFunc.Views.PlottingGraph

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: sys27/xFunc

Public Methods

Method Description
PlottingGraph ( ) : System
ReRender ( ) : void

Private Methods

Method 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 method

public PlottingGraph ( ) : System
return System

ReRender() public method

public ReRender ( ) : void
return void