C# Class ME3Explorer.CurveEd.BezierSegment

Inheritance: System.Windows.Shapes.Shape
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
BezierSegment ( ) : System
BezierSegment ( CurveGraph g ) : System

Private Methods

Method Description
OnChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BezierSegment() public method

public BezierSegment ( ) : System
return System

BezierSegment() public method

public BezierSegment ( CurveGraph g ) : System
g CurveGraph
return System

Property Details

Slope1Property public_oe static_oe property

public static DependencyProperty,System.Windows Slope1Property
return System.Windows.DependencyProperty

Slope2Property public_oe static_oe property

public static DependencyProperty,System.Windows Slope2Property
return System.Windows.DependencyProperty

X1Property public_oe static_oe property

public static DependencyProperty,System.Windows X1Property
return System.Windows.DependencyProperty

X2Property public_oe static_oe property

public static DependencyProperty,System.Windows X2Property
return System.Windows.DependencyProperty

Y1Property public_oe static_oe property

public static DependencyProperty,System.Windows Y1Property
return System.Windows.DependencyProperty

Y2Property public_oe static_oe property

public static DependencyProperty,System.Windows Y2Property
return System.Windows.DependencyProperty

graph public_oe property

public CurveGraph,ME3Explorer.CurveEd graph
return CurveGraph