C# Class ME3Explorer.CurveEd.CurveGraph

Interaction logic for CurveGraph.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
HorizontalOffsetProperty System.Windows.DependencyProperty
HorizontalScaleProperty System.Windows.DependencyProperty
SelectedCurveProperty System.Windows.DependencyProperty
SelectedPointProperty System.Windows.DependencyProperty
VerticalOffsetProperty System.Windows.DependencyProperty
VerticalScaleProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Clear ( ) : void
CurveGraph ( ) : System
DeleteSelectedKey ( ) : void
Paint ( bool recomputeView = false ) : void
invokeSelectedPointChanged ( ) : void
localX ( double x ) : double
localY ( double y ) : double
unrealX ( double x ) : double
unrealY ( double y ) : double

Private Methods

Méthode Description
AddKey_Click ( object sender, RoutedEventArgs e ) : void
MenuItem_Click ( object sender, RoutedEventArgs e ) : void
OnHorizontalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHorizontalScaleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectedCurveChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectedPointChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVerticalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVerticalScaleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PathBetween ( Anchor a1, Anchor a2, CurveMode interpMode = CurveMode.CIM_Linear ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UserControl_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
UserControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
graph_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
graph_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
graph_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CurveGraph() public méthode

public CurveGraph ( ) : System
Résultat System

DeleteSelectedKey() public méthode

public DeleteSelectedKey ( ) : void
Résultat void

Paint() public méthode

public Paint ( bool recomputeView = false ) : void
recomputeView bool
Résultat void

invokeSelectedPointChanged() public méthode

public invokeSelectedPointChanged ( ) : void
Résultat void

localX() public méthode

public localX ( double x ) : double
x double
Résultat double

localY() public méthode

public localY ( double y ) : double
y double
Résultat double

unrealX() public méthode

public unrealX ( double x ) : double
x double
Résultat double

unrealY() public méthode

public unrealY ( double y ) : double
y double
Résultat double

Property Details

HorizontalOffsetProperty public_oe static_oe property

public static DependencyProperty,System.Windows HorizontalOffsetProperty
Résultat System.Windows.DependencyProperty

HorizontalScaleProperty public_oe static_oe property

public static DependencyProperty,System.Windows HorizontalScaleProperty
Résultat System.Windows.DependencyProperty

SelectedCurveProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedCurveProperty
Résultat System.Windows.DependencyProperty

SelectedPointProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedPointProperty
Résultat System.Windows.DependencyProperty

VerticalOffsetProperty public_oe static_oe property

public static DependencyProperty,System.Windows VerticalOffsetProperty
Résultat System.Windows.DependencyProperty

VerticalScaleProperty public_oe static_oe property

public static DependencyProperty,System.Windows VerticalScaleProperty
Résultat System.Windows.DependencyProperty