C# Class ME3Explorer.CurveEd.BezierSegment

Inheritance: System.Windows.Shapes.Shape
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Slope1Property System.Windows.DependencyProperty
Slope2Property System.Windows.DependencyProperty
X1Property System.Windows.DependencyProperty
X2Property System.Windows.DependencyProperty
Y1Property System.Windows.DependencyProperty
Y2Property System.Windows.DependencyProperty
graph CurveGraph

Méthodes publiques

Méthode Description
BezierSegment ( ) : System
BezierSegment ( CurveGraph g ) : System

Private Methods

Méthode Description
OnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BezierSegment() public méthode

public BezierSegment ( ) : System
Résultat System

BezierSegment() public méthode

public BezierSegment ( CurveGraph g ) : System
g CurveGraph
Résultat System

Property Details

Slope1Property public_oe static_oe property

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

Slope2Property public_oe static_oe property

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

X1Property public_oe static_oe property

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

X2Property public_oe static_oe property

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

Y1Property public_oe static_oe property

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

Y2Property public_oe static_oe property

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

graph public_oe property

public CurveGraph,ME3Explorer.CurveEd graph
Résultat CurveGraph